Disable unstable tests (#7571)

This commit is contained in:
Amir Omidi
2019-10-08 13:01:49 -07:00
committed by GitHub
parent 32df727ff9
commit bcaa09e910
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ if (context.RunTest) {
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);