Skip to content

Commit 349ebe8

Browse files
committed
Disable conflicting tests
1 parent 55e4869 commit 349ebe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
<version>${maven-surefire-plugin.version}</version>
425425
<configuration>
426426
<rerunFailingTestsCount>3</rerunFailingTestsCount>
427-
<excludedGroups>integration,integration-auth</excludedGroups>
427+
<excludedGroups>integration,integration-auth,swarm-integration</excludedGroups>
428428
</configuration>
429429
</plugin>
430430

@@ -444,7 +444,7 @@
444444
<perCoreThreadCount>true</perCoreThreadCount>
445445
<threadCount>1</threadCount>
446446
<groups>integration</groups>
447-
<excludedGroups>integration-auth</excludedGroups>
447+
<excludedGroups>integration-auth,swarm-integration</excludedGroups>
448448
<includes>
449449
<include>**/*Test.java</include>
450450
</includes>

0 commit comments

Comments
 (0)