mark dacpac and schema compare tests as unstable (#13059)

This commit is contained in:
Kim Santiago
2020-10-23 11:22:51 -07:00
committed by GitHub
parent 89b935e2df
commit c7ab69d46d
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ suite('Dacpac integration test suite', () => {
console.log(`Start dacpac tests`);
});
test('Deploy and extract dacpac', async function () {
test('Deploy and extract dacpac @UNSTABLE@', async function () {
const server = await getStandaloneServer();
await utils.connectToServer(server);