Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: make test-async-wrap-getasyncid parallelizable
  • Loading branch information
joyeecheung committed Jan 19, 2018
commit 97561c9cbe2d0fe483ccd977b8b783f258ab79c3
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