Skip to content

Commit

Permalink
Reenable interactive window tests (#7438)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Sep 7, 2021
1 parent 6b6f31e commit 2569945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/datascience/interactiveWindow.vscode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ suite('Interactive window', async () => {
if (IS_REMOTE_NATIVE_TEST) {
return this.skip();
}
return this.skip();
api = await initialize();
interactiveWindowProvider = api.serviceManager.get(IInteractiveWindowProvider);
});
Expand Down

0 comments on commit 2569945

Please sign in to comment.