Enables previously skipped tests (#22884)

This commit is contained in:
Lewis Sanchez
2023-04-27 17:20:12 -07:00
committed by GitHub
parent fe32180c71
commit 942786c2a7
2 changed files with 2 additions and 2 deletions

View File

@@ -1384,7 +1384,7 @@ suite.skip('WorkspaceConfigurationService - Folder', () => { // {{SQL CARBON EDI
});
});
suite.skip('WorkspaceConfigurationService - Profiles', () => { // {{SQL CARBON EDIT}} skip suite
suite('WorkspaceConfigurationService - Profiles', () => {
let testObject: WorkspaceService, workspaceService: WorkspaceService, fileService: IFileService, environmentService: IWorkbenchEnvironmentService, userDataProfileService: IUserDataProfileService, instantiationService: TestInstantiationService;
const configurationRegistry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration);