提交 9f2cc0cc 编写于 作者: B Benjamin Pasero

test - disable another flaky terminal test (#92826)

上级 106046c1
......@@ -235,7 +235,8 @@ suite('window namespace tests', () => {
});
suite('window.onDidWriteTerminalData', () => {
test('should listen to all future terminal data events', (done) => {
// TODO@Daniel done called multiple times (https://github.com/microsoft/vscode/issues/92826)
((env.uiKind === UIKind.Web) ? test.skip : test)('should listen to all future terminal data events', (done) => {
const openEvents: string[] = [];
const dataEvents: { name: string, data: string }[] = [];
const closeEvents: string[] = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册