mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
Disable half of the tests for sql database projects (#10903)
* Added some logging and disabled half of the tests for sql database projects * Comment out data souces tests, a probable test failure * Used skip instead of actual commenting out of code
This commit is contained in:
@@ -28,3 +28,4 @@ describe('Tests to verify exists function', function (): void {
|
||||
should(await exists(path.join(testFolderPath, 'folder4','file2.sql'))).equal(false);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user