提交 ae78db04 编写于 作者: B Benjamin Pasero

skip terminal test (#90437)

上级 2270536e
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册