Skip to content

Commit

Permalink
remove parallel test runners temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
GnsP committed Oct 29, 2024
1 parent 3dcd442 commit d5ddc6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,6 @@
<includes>
<include>TestRunner.java</include>
</includes>
<parallel>classes</parallel> <!--Running TestRunner classes in parallel-->
<threadCount>4</threadCount> <!--Number of classes to run in parallel-->
<forkCount>4</forkCount> <!--Number of JVM processes -->
<reuseForks>true</reuseForks>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit d5ddc6d

Please sign in to comment.