Skip to content

Commit 822ad2d

Browse files
authored
Merge pull request microsoft#188456 from microsoft/sandy081/tender-termite
skip flaky test
2 parents 4df4f69 + dc00865 commit 822ad2d

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)