Skip to content

Commit

Permalink
test: make async-wrap-getasyncid parallelizable
Browse files Browse the repository at this point in the history
PR-URL: #18245
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
joyeecheung authored and evanlucas committed Jan 30, 2018
1 parent ff6e73a commit 7a7e130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sequential/test-async-wrap-getasyncid.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ if (common.hasCrypto) { // eslint-disable-line crypto-check
}

{
common.refreshTmpDir();

const server = net.createServer(common.mustCall((socket) => {
server.close();
})).listen(common.PIPE, common.mustCall(() => {
Expand Down

0 comments on commit 7a7e130

Please sign in to comment.