mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
mark schema compare tests as unstable (#17140)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user