We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebb9ff commit 1aa68faCopy full SHA for 1aa68fa
1 file changed
docker-java/pom.xml
@@ -129,9 +129,9 @@
129
<configuration>
130
<rerunFailingTestsCount>3</rerunFailingTestsCount>
131
<!--<useUnlimitedThreads>true</useUnlimitedThreads>-->
132
-<!-- <perCoreThreadCount>true</perCoreThreadCount>-->
133
-<!-- <threadCount>1</threadCount>-->
134
-<!-- <parallel>classes</parallel>-->
+ <perCoreThreadCount>true</perCoreThreadCount>
+ <threadCount>1</threadCount>
+ <parallel>classes</parallel>
135
<groups>com.github.dockerjava.junit.category.Integration</groups>
136
<excludedGroups>com.github.dockerjava.junit.category.AuthIntegration,com.github.dockerjava.junit.category.SwarmModeIntegration</excludedGroups>
137
</configuration>
0 commit comments