Skip to content

Commit 45d569b

Browse files
committed
test: do not set concurrency on parallelized runs
nodejs/node#52177
1 parent ad889d4 commit 45d569b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/node/test_make_test-node-output-v8-warning_generic.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ index 8e497739d21c70d5c792f43c268746a200916063..cad1910e020b15775ee16122bc9d3106
3333
+ return str.replaceAll(`${baseName} --`, '* --');
3434
+}
3535
+
36-
describe('v8 output', { concurrency: true }, () => {
36+
describe('v8 output', { concurrency: !process.env.TEST_PARALLEL }, () => {
3737
function normalize(str) {
3838
return str.replaceAll(snapshot.replaceWindowsPaths(process.cwd()), '')
3939
@@ -15,10 +22,10 @@ describe('v8 output', { concurrency: true }, () => {

0 commit comments

Comments
 (0)