mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -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:
@@ -9,7 +9,7 @@ import * as testUtils from './testUtils';
|
||||
import * as sql from '../models/dataSources/sqlConnectionStringSource';
|
||||
import * as dataSources from '../models/dataSources/dataSources';
|
||||
|
||||
describe('Data Sources: DataSource operations', function (): void {
|
||||
describe.skip('Data Sources: DataSource operations', function (): void {
|
||||
before(async function () : Promise<void> {
|
||||
await baselines.loadBaselines();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user