mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Skip test that flakes on Linux only
This commit is contained in:
@@ -49,7 +49,7 @@ import { doesNotThrow, equal, ok, deepEqual, throws } from 'assert';
|
||||
doesNotThrow(terminal.sendText.bind(terminal, 'echo "foo"'));
|
||||
});
|
||||
|
||||
test('echo works in the default shell', (done) => {
|
||||
(process.platform === 'linux' ? test.skip : test)('echo works in the default shell', (done) => {
|
||||
disposables.push(window.onDidOpenTerminal(term => {
|
||||
try {
|
||||
equal(terminal, term);
|
||||
|
||||
Reference in New Issue
Block a user