Skip to content

Commit

Permalink
SCB-381 Reverted the fork per test setting
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJiang committed May 29, 2018
1 parent 6ce5280 commit 2ef4245
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions foundations/foundation-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,4 @@
</dependency>
</dependencies>

<!--
Disable surefire forking for vertex, it causes the UT to fail
on some platforms(mainly linux).
-->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 2ef4245

Please sign in to comment.