mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
make schema compare test unstable (#12234)
* make schema compare test unstable * also make Standalone database context menu test unstable
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user