diff --git a/extensions/integration-tests/src/test/objectExplorer.test.ts b/extensions/integration-tests/src/test/objectExplorer.test.ts index 5d494fd5c7..f2d4513ac6 100644 --- a/extensions/integration-tests/src/test/objectExplorer.test.ts +++ b/extensions/integration-tests/src/test/objectExplorer.test.ts @@ -44,7 +44,7 @@ suite('Object Explorer integration suite', () => { const expectedActions = ['Manage', 'New Query', 'New Notebook', 'Disconnect', 'Delete Connection', 'Refresh', 'Data-tier Application wizard', 'Launch Profiler']; await verifyContextMenu(server, expectedActions); }); - test('Standalone database context menu test', async function () { + test('Standalone database context menu test @UNSTABLE@', async function () { const server = await getStandaloneServer(); let expectedActions: string[] = []; // Generate Scripts and Properties come from the admin-tool-ext-win extension which is for Windows only, so the item won't show up on non-Win32 platforms diff --git a/extensions/integration-tests/src/test/schemaCompare.test.ts b/extensions/integration-tests/src/test/schemaCompare.test.ts index c560c541bd..5cb52d8dc8 100644 --- a/extensions/integration-tests/src/test/schemaCompare.test.ts +++ b/extensions/integration-tests/src/test/schemaCompare.test.ts @@ -227,7 +227,7 @@ suite('Schema compare integration test suite', () => { await utils.tryDeleteDB(server, targetDB, ownerUri); } }); - test('Schema compare dacpac to dacpac comparison with include exclude', async function () { + test('Schema compare dacpac to dacpac comparison with include exclude @UNSTABLE@', async function () { assert(schemaCompareService, 'Schema Compare Service Provider is not available'); const operationId = 'testOperationId_' + new Date().getTime().toString();