Skip to content

Commit

Permalink
Disable failing vscode test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram committed Jun 29, 2023
1 parent 882bdb3 commit acc0b20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ suite.skip('WorkspaceConfigurationService - Folder', () => { // {{SQL CARBON EDI
}));
});

suite('WorkspaceConfigurationService - Profiles', () => {
suite.skip('WorkspaceConfigurationService - Profiles', () => { // {{SQL CARBON EDIT}} - skip failing suite

let testObject: WorkspaceService, workspaceService: WorkspaceService, fileService: IFileService, environmentService: IBrowserWorkbenchEnvironmentService, userDataProfileService: IUserDataProfileService, instantiationService: TestInstantiationService;
const configurationRegistry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration);
Expand Down

0 comments on commit acc0b20

Please sign in to comment.