Skip to content

Commit 24efc74

Browse files
committed
remove parallelism causing test/pack.js to be flaky
1 parent 8cd8139 commit 24efc74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/pack.js

+1
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ t.test('prefix and hard links', t => {
11351135
cwd: dir + '/in',
11361136
prefix: 'out/x',
11371137
noDirRecurse: true,
1138+
jobs: 1,
11381139
})
11391140
const out = []
11401141
p.on('data', d => out.push(d))

0 commit comments

Comments
 (0)