mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 06:38:23 +00:00
skip terminal test (#90437)
This commit is contained in:
parent
2270536e85
commit
ae78db0414
1 changed files with 2 additions and 1 deletions
|
@ -378,7 +378,8 @@ suite('window namespace tests', () => {
|
|||
// const terminal = window.createTerminal({ name: 'foo', pty });
|
||||
// });
|
||||
|
||||
test('should respect dimension overrides', (done) => {
|
||||
// https://github.com/microsoft/vscode/issues/90437
|
||||
test.skip('should respect dimension overrides', (done) => {
|
||||
disposables.push(window.onDidOpenTerminal(term => {
|
||||
try {
|
||||
equal(terminal, term);
|
||||
|
|
Loading…
Reference in a new issue