make schema compare test unstable (#12234)

* make schema compare test unstable

* also make Standalone database context menu test unstable
This commit is contained in:
Kim Santiago
2020-09-11 10:57:48 -07:00
committed by GitHub
parent d1ba3e23f4
commit 8a6c776a5f
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ suite('Schema compare integration test suite', () => {
await utils.tryDeleteDB(server, targetDB, ownerUri);
}
});
test('Schema compare dacpac to dacpac comparison with include exclude', async function () {
test('Schema compare dacpac to dacpac comparison with include exclude @UNSTABLE@', async function () {
assert(schemaCompareService, 'Schema Compare Service Provider is not available');
const operationId = 'testOperationId_' + new Date().getTime().toString();