Skip to content

Commit d1e834a

Browse files
committed
Don't show terminal in test
Seems to be causing a Chromium error in containers related to gpu
1 parent 3581908 commit d1e834a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ import { doesNotThrow, equal, ok, deepEqual, throws } from 'assert';
7979
TEST: '`'
8080
}
8181
});
82-
terminal.show();
8382
doesNotThrow(() => {
8483
// Print an environment variable value so the echo statement doesn't get matched
8584
if (process.platform === 'win32') {

0 commit comments

Comments
 (0)