Skip to content

Commit feacc72

Browse files
author
Benjamin Pasero
committed
trigger tests again
1 parent ae6a270 commit feacc72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/test/node/processes/processes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ suite('Processes', () => {
4141
});
4242
});
4343

44-
test('buffered sending - lots of data (potential deadlock on windows)', function (done: () => void) {
44+
test('buffered sending - lots of data (potential deadlock on win32)', function (done: () => void) {
4545
const child = fork('vs/base/test/node/processes/fixtures/fork_large');
4646
const sender = processes.createQueuedSender(child);
4747

0 commit comments

Comments
 (0)