Skip to content

Commit

Permalink
Remove bad test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Jan 24, 2018
1 parent ce89557 commit 6494a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { IWorkspaceFolder } from 'vs/platform/workspace/common/workspace';
import { TestEnvironmentService, TestEditorService, TestContextService } from 'vs/workbench/test/workbenchTestServices';
import { TestConfigurationService } from 'vs/platform/configuration/test/common/testConfigurationService';

suite.only('Configuration Resolver Service', () => {
suite('Configuration Resolver Service', () => {
let configurationResolverService: IConfigurationResolverService;
let envVariables: { [key: string]: string } = { key1: 'Value for key1', key2: 'Value for key2' };
let mockCommandService: MockCommandService;
Expand Down

0 comments on commit 6494a1b

Please sign in to comment.