Skip to content

Commit b9e3660

Browse files
committed
Revert running tests in parallel
See gh-19876
1 parent 12d8f94 commit b9e3660

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/java/org/springframework/boot/build/JavaConventions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ private void configureTestConventions(Project project) {
156156
project.getTasks().withType(Test.class, (test) -> {
157157
test.useJUnitPlatform();
158158
test.setMaxHeapSize("1024M");
159-
test.setMaxParallelForks(project.getGradle().getStartParameter().getMaxWorkerCount());
160159
project.getTasks().withType(Checkstyle.class, (checkstyle) -> test.mustRunAfter(checkstyle));
161160
project.getTasks().withType(CheckFormat.class, (checkFormat) -> test.mustRunAfter(checkFormat));
162161
});

0 commit comments

Comments
 (0)