mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user