From ff0992510b27a83742e4672c48636656c850e8d6 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Tue, 3 Mar 2020 10:47:47 -0800 Subject: [PATCH] mark as test as unstable (#9426) --- extensions/integration-tests/src/objectExplorer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/integration-tests/src/objectExplorer.test.ts b/extensions/integration-tests/src/objectExplorer.test.ts index e956648e5d..db3a2fcad2 100644 --- a/extensions/integration-tests/src/objectExplorer.test.ts +++ b/extensions/integration-tests/src/objectExplorer.test.ts @@ -25,7 +25,7 @@ if (isTestSetupCompleted()) { test.skip('BDC instance context menu test', async function () { return await (new ObjectExplorerTester()).bdcContextMenuTest(); }); - test('Azure SQL DB context menu test', async function () { + test('Azure SQL DB context menu test @UNSTABLE@', async function () { return await (new ObjectExplorerTester()).sqlDbContextMenuTest(); }); test('Standalone database context menu test', async function () {