Skip to content

Commit 66d1a0f

Browse files
authored
Merge pull request #95 from jenkinsci/revert-94-parallelize-tests
Revert "chore: Parallelize Tests"
2 parents 448d0f6 + f9df5d2 commit 66d1a0f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,5 @@
100100
</dependency>
101101

102102
</dependencies>
103-
<build>
104-
<plugins>
105-
<plugin>
106-
<groupId>org.apache.maven.plugins</groupId>
107-
<artifactId>maven-surefire-plugin</artifactId>
108-
<configuration>
109-
<forkCount>1C</forkCount>
110-
<parallel>all</parallel>
111-
<useUnlimitedThreads>true</useUnlimitedThreads>
112-
</configuration>
113-
</plugin>
114-
</plugins>
115-
</build>
116103

117104
</project>

0 commit comments

Comments
 (0)