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