Skip to content

Commit

Permalink
test: make test-async-wrap-getasyncid parallelizable
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Jan 19, 2018
1 parent a7a1ada commit 97561c9
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 @@ -139,6 +139,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 97561c9

Please sign in to comment.