mark schema compare tests as unstable (#17140)

This commit is contained in:
Kim Santiago
2021-09-22 17:18:48 -07:00
committed by GitHub
parent 167b262517
commit 626eecf964

View File

@@ -276,7 +276,7 @@ suite('Schema compare integration test suite @DacFx@', () => {
assertIncludeExcludeResult(excludeResult3, true, 0, 0); assertIncludeExcludeResult(excludeResult3, true, 0, 0);
}); });
test('Schema compare dacpac to database comparison with publishing some changes and then compare again', async function () { test('Schema compare dacpac to database comparison with publishing some changes and then compare again @UNSTABLE@', async function () {
this.timeout(testTimeout); this.timeout(testTimeout);
const server = await getStandaloneServer(); const server = await getStandaloneServer();
const ownerUri = await getConnectionUri(server); const ownerUri = await getConnectionUri(server);
@@ -351,7 +351,7 @@ suite('Schema compare integration test suite @DacFx@', () => {
} }
}); });
test('Schema compare dacpac to database comparison with publishing all changes and then compare again', async function () { test('Schema compare dacpac to database comparison with publishing all changes and then compare again @UNSTABLE@', async function () {
this.timeout(testTimeout); this.timeout(testTimeout);
const server = await getStandaloneServer(); const server = await getStandaloneServer();
const ownerUri = await getConnectionUri(server); const ownerUri = await getConnectionUri(server);