mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Don't show terminal in test
Seems to be causing a Chromium error in containers related to gpu
This commit is contained in:
@@ -79,7 +79,6 @@ import { doesNotThrow, equal, ok, deepEqual, throws } from 'assert';
|
||||
TEST: '`'
|
||||
}
|
||||
});
|
||||
terminal.show();
|
||||
doesNotThrow(() => {
|
||||
// Print an environment variable value so the echo statement doesn't get matched
|
||||
if (process.platform === 'win32') {
|
||||
|
||||
Reference in New Issue
Block a user