mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Skip echo test again
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user