mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
skip terminal test (#90437)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user