Skip to content

Commit

Permalink
skip terminal test (#90437)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Feb 11, 2020
1 parent 2270536 commit ae78db0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ae78db0

Please sign in to comment.