Skip to content

Commit 1aa68fa

Browse files
committed
Revert the parallel change
1 parent eebb9ff commit 1aa68fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@
129129
<configuration>
130130
<rerunFailingTestsCount>3</rerunFailingTestsCount>
131131
<!--<useUnlimitedThreads>true</useUnlimitedThreads>-->
132-
<!-- <perCoreThreadCount>true</perCoreThreadCount>-->
133-
<!-- <threadCount>1</threadCount>-->
134-
<!-- <parallel>classes</parallel>-->
132+
<perCoreThreadCount>true</perCoreThreadCount>
133+
<threadCount>1</threadCount>
134+
<parallel>classes</parallel>
135135
<groups>com.github.dockerjava.junit.category.Integration</groups>
136136
<excludedGroups>com.github.dockerjava.junit.category.AuthIntegration,com.github.dockerjava.junit.category.SwarmModeIntegration</excludedGroups>
137137
</configuration>

0 commit comments

Comments
 (0)