Skip to content

Commit

Permalink
disable terminal deactivate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Oct 19, 2023
1 parent 4bbb7e2 commit efed9b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ suite('Activation of Environments in Terminal', () => {
await terminalSettings.update('integrated.defaultProfile.linux', 'bash', vscode.ConfigurationTarget.Global);
});

setup(async () => {
setup(async function () {
this.skip(); // https://github.com/microsoft/vscode-python/issues/22264
await initializeTest();
outputFile = path.join(
EXTENSION_ROOT_DIR_FOR_TESTS,
Expand Down

0 comments on commit efed9b7

Please sign in to comment.