Skip echo test again

This commit is contained in:
Daniel Imms 2021-02-12 17:05:24 -08:00
parent 0e16b7a0fe
commit 90f344fe7e

View file

@ -55,7 +55,7 @@ import { assertNoRpc } from '../utils';
});
});
test('echo works in the default shell', async () => {
test.skip('echo works in the default shell', async () => {
const terminal = await new Promise<Terminal>(r => {
disposables.push(window.onDidOpenTerminal(t => {
strictEqual(terminal, t);