Skip to content

Commit a8efd23

Browse files
committed
Try completely unparallelizing
This is unlikely to help though...
1 parent 129946c commit a8efd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ function run_all_tests_parallel(array $test_files, array $env, ?string $redir_te
13511351
$conflicts = $dirConflictsWith[$dir];
13521352
}
13531353
if (stripos($contents, 'setlocale') !== false) {
1354-
$conflicts[] = 'setlocale';
1354+
$conflicts[] = 'all';
13551355
}
13561356

13571357
// For tests conflicting with "all", no other tests may run in parallel. We'll run these

0 commit comments

Comments
 (0)