Skip to content
Prev Previous commit
Next Next commit
Revert the parallel change
  • Loading branch information
bsideup committed Nov 20, 2019
commit 1aa68fa15b3baf7599b1724425c8bca6acd618a3
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