Skip to content

Commit cce419f

Browse files
authored
Disable interactive window tests (#7411)
1 parent 2616629 commit cce419f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/datascience/interactiveWindow.vscode.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ suite('Interactive window', async () => {
2222
if (IS_REMOTE_NATIVE_TEST) {
2323
return this.skip();
2424
}
25+
return this.skip();
2526
api = await initialize();
2627
interactiveWindowProvider = api.serviceManager.get(IInteractiveWindowProvider);
2728
});

0 commit comments

Comments
 (0)