We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e4869 commit 349ebe8Copy full SHA for 349ebe8
pom.xml
@@ -424,7 +424,7 @@
424
<version>${maven-surefire-plugin.version}</version>
425
<configuration>
426
<rerunFailingTestsCount>3</rerunFailingTestsCount>
427
- <excludedGroups>integration,integration-auth</excludedGroups>
+ <excludedGroups>integration,integration-auth,swarm-integration</excludedGroups>
428
</configuration>
429
</plugin>
430
@@ -444,7 +444,7 @@
444
<perCoreThreadCount>true</perCoreThreadCount>
445
<threadCount>1</threadCount>
446
<groups>integration</groups>
447
- <excludedGroups>integration-auth</excludedGroups>
+ <excludedGroups>integration-auth,swarm-integration</excludedGroups>
448
<includes>
449
<include>**/*Test.java</include>
450
</includes>
0 commit comments