提交 356440d7 编写于 作者: B Benjamin Pasero

windows - disable terminal integration tests (#75689)

上级 985de26b
......@@ -569,7 +569,7 @@ suite('window namespace tests', () => {
});
});
suite('Terminal', () => {
(process.platform === 'win32' ? suite.skip /* https://github.com/microsoft/vscode/issues/75689 */ : suite)('Terminal', () => {
test('sendText immediately after createTerminal should not throw', () => {
const terminal = window.createTerminal();
assert.doesNotThrow(terminal.sendText.bind(terminal, 'echo "foo"'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册