mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Re-enable tests, disable terminal suite
This commit is contained in:
@@ -27,7 +27,7 @@ import { assertNoRpc } from '../utils';
|
||||
await config.update('rendererType', 'dom', ConfigurationTarget.Global);
|
||||
});
|
||||
|
||||
suite('Terminal', () => {
|
||||
suite.skip('Terminal', () => {
|
||||
let disposables: Disposable[] = [];
|
||||
|
||||
teardown(() => {
|
||||
|
||||
Reference in New Issue
Block a user