Disable editor resolver service test suite (#23550)

This commit is contained in:
Karl Burtram
2023-06-29 05:23:03 -07:00
committed by GitHub
parent 5ed29e0424
commit cd68dca844

View File

@@ -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 { 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 disposables = new DisposableStore();