Re-enable tests, disable terminal suite

This commit is contained in:
Daniel Imms
2021-02-12 11:03:01 -08:00
parent 1f45db9994
commit 44477fbb74
3 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ import { assertNoRpc } from '../utils';
await config.update('rendererType', 'dom', ConfigurationTarget.Global);
});
suite('Terminal', () => {
suite.skip('Terminal', () => {
let disposables: Disposable[] = [];
teardown(() => {