Skip to content
Prev Previous commit
Next Next commit
Try to disable the parallel test execution
  • Loading branch information
bsideup committed Nov 20, 2019
commit 72990a28c120a5baf20a662b5a3706a52229cd07
6 changes: 3 additions & 3 deletions docker-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
<configuration>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
<!--<useUnlimitedThreads>true</useUnlimitedThreads>-->
<perCoreThreadCount>true</perCoreThreadCount>
<threadCount>1</threadCount>
<parallel>classes</parallel>
<!-- <perCoreThreadCount>true</perCoreThreadCount>-->
<!-- <threadCount>1</threadCount>-->
<!-- <parallel>classes</parallel>-->
<groups>com.github.dockerjava.junit.category.Integration</groups>
<excludedGroups>com.github.dockerjava.junit.category.AuthIntegration,com.github.dockerjava.junit.category.SwarmModeIntegration</excludedGroups>
</configuration>
Expand Down