Skip to content

Commit

Permalink
Merge pull request #95 from jenkinsci/revert-94-parallelize-tests
Browse files Browse the repository at this point in the history
Revert "chore: Parallelize Tests"
  • Loading branch information
tzachs authored Jul 22, 2023
2 parents 448d0f6 + f9df5d2 commit 66d1a0f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,5 @@
</dependency>

</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1C</forkCount>
<parallel>all</parallel>
<useUnlimitedThreads>true</useUnlimitedThreads>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 66d1a0f

Please sign in to comment.