Add test for schema compare include exclude (#8765)

* add test for schema compare include exclude

* combine a few checks

* small fixes

* add testData folder to whtiespace check exclusion list

* addressing comments

* fix testData path in gulpfile.hygiene.js

* move change up a couple lines
This commit is contained in:
Kim Santiago
2020-01-07 10:05:36 -08:00
committed by GitHub
parent ad68fddbc9
commit 8cdb5b36a9
5 changed files with 91 additions and 18 deletions

View File

@@ -69,9 +69,6 @@ if (isTestSetupCompleted()) {
}
});
// Disabling due to intermittent failure with error Editor is not connected
// Tracking bug https://github.com/microsoft/azuredatastudio/issues/7323
const bacpac1: string = path.join(__dirname, '..', 'testData', 'Database1.bacpac');
test('Import and export bacpac', async function () {
const server = await getStandaloneServer();