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 () {