Skip to content

Commit

Permalink
skip conda execution service
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Oct 31, 2024
1 parent ee50275 commit cee6fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/testing/common/testingAdapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ suite('End to End Tests: test adapters', () => {
// create objects that were injected
configService = serviceContainer.get<IConfigurationService>(IConfigurationService);
pythonExecFactory = serviceContainer.get<IPythonExecutionFactory>(IPythonExecutionFactory);
pythonExecFactory.createCondaExecutionService = async () => undefined;
testController = serviceContainer.get<TestController>(ITestController);
envVarsService = serviceContainer.get<IEnvironmentVariablesProvider>(IEnvironmentVariablesProvider);

Expand Down

0 comments on commit cee6fc0

Please sign in to comment.