Skip to content

Commit cee6fc0

Browse files
committed
skip conda execution service
1 parent ee50275 commit cee6fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/testing/common/testingAdapter.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ suite('End to End Tests: test adapters', () => {
112112
// create objects that were injected
113113
configService = serviceContainer.get<IConfigurationService>(IConfigurationService);
114114
pythonExecFactory = serviceContainer.get<IPythonExecutionFactory>(IPythonExecutionFactory);
115+
pythonExecFactory.createCondaExecutionService = async () => undefined;
115116
testController = serviceContainer.get<TestController>(ITestController);
116117
envVarsService = serviceContainer.get<IEnvironmentVariablesProvider>(IEnvironmentVariablesProvider);
117118

0 commit comments

Comments
 (0)