From 09cb0764d798f041ecaa6e780a6c8aa4bc00f428 Mon Sep 17 00:00:00 2001 From: Udeesha Gautam <46980425+udeeshagautam@users.noreply.github.com> Date: Thu, 17 Sep 2020 12:41:30 -0700 Subject: [PATCH] marking intermittent test failure as unstable (#12402) --- extensions/integration-tests/src/test/dacpac.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);