Skip echo works in the default shell test

This commit is contained in:
Daniel Imms 2021-02-12 13:40:59 -08:00
parent 66d300b1bb
commit 68f1497536

View file

@ -57,7 +57,7 @@ import { assertNoRpc } from '../utils';
});
});
(process.platform === 'linux' ? test.skip : test)('echo works in the default shell', (done) => {
(process.platform === 'linux' ? test.skip : test.skip)('echo works in the default shell', (done) => {
disposables.push(window.onDidOpenTerminal(term => {
try {
equal(terminal, term);