Disable dacpac integration tests (#13961)

This commit is contained in:
Charles Gagnon
2021-01-14 09:17:49 -08:00
committed by GitHub
parent 452b7d744e
commit dd9d247950

View File

@@ -25,7 +25,7 @@ suite('Dacpac integration test suite @DacFx@', () => {
console.log(`Start dacpac tests`);
});
test('Deploy and extract dacpac', async function () {
test('Deploy and extract dacpac @UNSTABLE@', async function () {
this.timeout(5 * 60 * 1000);
const server = await getStandaloneServer();
const connectionId = await utils.connectToServer(server);
@@ -71,7 +71,7 @@ suite('Dacpac integration test suite @DacFx@', () => {
});
const bacpac1: string = path.join(__dirname, '..', '..', 'testData', 'Database1.bacpac');
test('Import and export bacpac', async function () {
test('Import and export bacpac @UNSTABLE@', async function () {
this.timeout(5 * 60 * 1000);
const server = await getStandaloneServer();
await utils.connectToServer(server);