Skip to content

Commit

Permalink
remove parallelism causing test/pack.js to be flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 12, 2023
1 parent 8cd8139 commit 24efc74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/pack.js
Expand Up @@ -1135,6 +1135,7 @@ t.test('prefix and hard links', t => {
cwd: dir + '/in',
prefix: 'out/x',
noDirRecurse: true,
jobs: 1,
})
const out = []
p.on('data', d => out.push(d))
Expand Down

0 comments on commit 24efc74

Please sign in to comment.