Skip to content

Commit 97561c9

Browse files
committed
test: make test-async-wrap-getasyncid parallelizable
1 parent a7a1ada commit 97561c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/sequential/test-async-wrap-getasyncid.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ if (common.hasCrypto) { // eslint-disable-line crypto-check
139139
}
140140

141141
{
142+
common.refreshTmpDir();
143+
142144
const server = net.createServer(common.mustCall((socket) => {
143145
server.close();
144146
})).listen(common.PIPE, common.mustCall(() => {

0 commit comments

Comments
 (0)