mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
skip flaky test #188375
This commit is contained in:
@@ -387,7 +387,7 @@ import { assertNoRpc, poll } from '../utils';
|
||||
});
|
||||
|
||||
suite('window.onDidWriteTerminalData', () => {
|
||||
test('should listen to all future terminal data events', (done) => {
|
||||
test.skip('should listen to all future terminal data events', (done) => {
|
||||
const openEvents: string[] = [];
|
||||
const dataEvents: { name: string; data: string }[] = [];
|
||||
const closeEvents: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user