Skip to content

Commit ae78db0

Browse files
author
Benjamin Pasero
committed
skip terminal test (microsoft#90437)
1 parent 2270536 commit ae78db0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ suite('window namespace tests', () => {
378378
// const terminal = window.createTerminal({ name: 'foo', pty });
379379
// });
380380

381-
test('should respect dimension overrides', (done) => {
381+
// https://github.com/microsoft/vscode/issues/90437
382+
test.skip('should respect dimension overrides', (done) => {
382383
disposables.push(window.onDidOpenTerminal(term => {
383384
try {
384385
equal(terminal, term);

0 commit comments

Comments
 (0)