mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 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:
@@ -13,7 +13,7 @@ import { getSafePath } from '../common/utils';
|
||||
import { isNullOrUndefined } from 'util';
|
||||
import { generateTestFolderPath } from './testUtils';
|
||||
|
||||
describe('NetCoreTool: Net core tests', function (): void {
|
||||
describe.skip('NetCoreTool: Net core tests', function (): void {
|
||||
|
||||
it('Should override dotnet default value with settings', async function (): Promise<void> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user