marking intermittent test failure as unstable (#12402) (#12407)

This commit is contained in:
Udeesha Gautam
2020-09-17 13:36:13 -07:00
committed by GitHub
parent 25b7ccade3
commit 5e8325ba28

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