Skip to content

Commit

Permalink
test: do not spawn rmdir in test-statwatcher
Browse files Browse the repository at this point in the history
PR-URL: #28276
Refs: #21425
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
  • Loading branch information
joaocgreis authored and targos committed Jul 2, 2019
1 parent d95d610 commit 3a2e67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/async-hooks/test-statwatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const path = require('path');
if (!common.isMainThread)
common.skip('Worker bootstrapping works differently -> different async IDs');

tmpdir.refresh();
tmpdir.refresh({ spawn: false });

const file1 = path.join(tmpdir.path, 'file1');
const file2 = path.join(tmpdir.path, 'file2');
Expand Down

0 comments on commit 3a2e67b

Please sign in to comment.