Skip to content

Commit

Permalink
Disable editor resolver service test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram committed Jun 29, 2023
1 parent 5ed29e0 commit da00f7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit da00f7e

Please sign in to comment.