diff --git a/extensions/integration-tests/src/test/dacpac.test.ts b/extensions/integration-tests/src/test/dacpac.test.ts index 3df1f506cd..76ebce5dcd 100644 --- a/extensions/integration-tests/src/test/dacpac.test.ts +++ b/extensions/integration-tests/src/test/dacpac.test.ts @@ -69,7 +69,7 @@ suite('Dacpac integration test suite', () => { }); const bacpac1: string = path.join(__dirname, '..', '..', 'testData', 'Database1.bacpac'); - test('Import and export bacpac', async function () { + test('Import and export bacpac @UNSTABLE@', async function () { const server = await getStandaloneServer(); await utils.connectToServer(server);