marking intermittent test failure as unstable (#12402)

This commit is contained in:
Udeesha Gautam
2020-09-17 12:41:30 -07:00
committed by GitHub
parent 77f28083e3
commit 09cb0764d7

View File

@@ -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);