Skip to content

Commit

Permalink
trigger tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Oct 16, 2016
1 parent ae6a270 commit feacc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/test/node/processes/processes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ suite('Processes', () => {
});
});

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

Expand Down

0 comments on commit feacc72

Please sign in to comment.