Unstable tests (#7487)

Setup unstable tests
This commit is contained in:
Amir Omidi
2019-10-02 22:01:17 -07:00
committed by GitHub
parent 575d1c8543
commit 6582debd73
10 changed files with 55 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ if (context.RunTest) {
// Tracking bug https://github.com/microsoft/azuredatastudio/issues/7323
const bacpac1: string = path.join(__dirname, '..', 'testData', 'Database1.bacpac');
test.skip('Import and export bacpac', async function () {
test('Import and export bacpac @UNSTABLE@', async function () {
const server = await getStandaloneServer();
await utils.connectToServer(server);