Re-enable some unstable tests (#13944)

* Re-enable some unstable tests

* Remove some tests that have failed recently
This commit is contained in:
Charles Gagnon
2021-01-13 15:36:58 -08:00
committed by GitHub
parent 1d42431914
commit 8ef9b1cc1f
3 changed files with 6 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ suite('Dacpac integration test suite @DacFx@', () => {
console.log(`Start dacpac tests`);
});
test('Deploy and extract dacpac @UNSTABLE@', async function () {
test('Deploy and extract dacpac', 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 @UNSTABLE@', async function () {
test('Import and export bacpac', async function () {
this.timeout(5 * 60 * 1000);
const server = await getStandaloneServer();
await utils.connectToServer(server);