mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 09:35:38 -05:00
Disable all experiements tests (#23614)
This commit is contained in:
@@ -63,7 +63,7 @@ export class TestExperimentService extends ExperimentService {
|
||||
}
|
||||
}
|
||||
|
||||
suite.skip('Experiment Service', () => { // {{SQL CARBON EDIT}} - disable failing suite
|
||||
suite.skip('Experiment Service', () => { // {{SQL CARBON EDIT}} Tests are flaky, and have been removed in VS Code so disabling until we catch up
|
||||
let instantiationService: TestInstantiationService;
|
||||
let testConfigurationService: TestConfigurationService;
|
||||
let testObject: ExperimentService;
|
||||
|
||||
@@ -19,7 +19,7 @@ import { TestLifecycleService } from 'vs/workbench/test/browser/workbenchTestSer
|
||||
import { TestCommandService } from 'vs/editor/test/browser/editorTestServices';
|
||||
import { ICommandService } from 'vs/platform/commands/common/commands';
|
||||
|
||||
suite('Experimental Prompts', () => {
|
||||
suite.skip('Experimental Prompts', () => { // {{SQL CARBON EDIT}} Tests are flaky, and have been removed in VS Code so disabling until we catch up
|
||||
let instantiationService: TestInstantiationService;
|
||||
let experimentService: TestExperimentService;
|
||||
let experimentalPrompt: ExperimentalPrompts;
|
||||
|
||||
Reference in New Issue
Block a user