Skip to content

Commit

Permalink
retry- remove other tests to isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Oct 30, 2024
1 parent dbdd894 commit 8c3a408
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 607 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export class PytestTestExecutionAdapter implements ITestExecutionAdapter {
resource: uri,
interpreter,
};
console.log('EJFB before createActivatedEnvironment', executionFactory);
// need to check what will happen in the exec service is NOT defined and is null
const execService = await executionFactory?.createActivatedEnvironment(creationOptions);
console.log('EJFB after exec service');
Expand Down
Loading

0 comments on commit 8c3a408

Please sign in to comment.