skip flaky test #188375

This commit is contained in:
Sandeep Somavarapu 2023-07-21 09:34:18 +02:00
parent 2509b7f504
commit dc00865687
No known key found for this signature in database
GPG key ID: DD41CAAC8081CC7D

View file

@ -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[] = [];