From 37f651fe08bb1873e9152d92991a08d7f6716760 Mon Sep 17 00:00:00 2001 From: Amir Omidi Date: Thu, 3 Oct 2019 12:56:42 -0700 Subject: [PATCH] Mark test as unstable (#7493) --- 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 04ebb0d4f2..dbe87b9bfd 100644 --- a/extensions/integration-tests/src/objectExplorer.test.ts +++ b/extensions/integration-tests/src/objectExplorer.test.ts @@ -27,7 +27,7 @@ if (context.RunTest) { test('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 @UNSTABLE@', async function () {