Skip to content

Commit dc00865

Browse files
committed
skip flaky test microsoft#188375
1 parent 2509b7f commit dc00865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ import { assertNoRpc, poll } from '../utils';
387387
});
388388

389389
suite('window.onDidWriteTerminalData', () => {
390-
test('should listen to all future terminal data events', (done) => {
390+
test.skip('should listen to all future terminal data events', (done) => {
391391
const openEvents: string[] = [];
392392
const dataEvents: { name: string; data: string }[] = [];
393393
const closeEvents: string[] = [];

0 commit comments

Comments
 (0)