mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Disable editor resolver service test suite (#23550)
This commit is contained in:
@@ -14,7 +14,7 @@ import { IEditorGroupsService } from 'vs/workbench/services/editor/common/editor
|
|||||||
import { IEditorResolverService, ResolvedStatus, RegisteredEditorPriority } from 'vs/workbench/services/editor/common/editorResolverService';
|
import { IEditorResolverService, ResolvedStatus, RegisteredEditorPriority } from 'vs/workbench/services/editor/common/editorResolverService';
|
||||||
import { createEditorPart, ITestInstantiationService, TestFileEditorInput, TestServiceAccessor, workbenchInstantiationService } from 'vs/workbench/test/browser/workbenchTestServices';
|
import { createEditorPart, ITestInstantiationService, TestFileEditorInput, TestServiceAccessor, workbenchInstantiationService } from 'vs/workbench/test/browser/workbenchTestServices';
|
||||||
|
|
||||||
suite('EditorResolverService', () => {
|
suite.skip('EditorResolverService', () => { // {{SQL CARBON EDIT}} - disable suite
|
||||||
|
|
||||||
const TEST_EDITOR_INPUT_ID = 'testEditorInputForEditorResolverService';
|
const TEST_EDITOR_INPUT_ID = 'testEditorInputForEditorResolverService';
|
||||||
const disposables = new DisposableStore();
|
const disposables = new DisposableStore();
|
||||||
|
|||||||
Reference in New Issue
Block a user