Revert "skip failing terminal tests."

This reverts commit 2d5f0e4953.
This commit is contained in:
Daniel Imms
2021-03-31 05:06:08 -07:00
parent 141ac31cdc
commit 4c76edff2b
2 changed files with 3 additions and 3 deletions

View File

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