Skip to content

Commit 17d04f6

Browse files
committed
rerun failing tests count to 3
1 parent 1fbe1c4 commit 17d04f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@
397397
<artifactId>maven-surefire-plugin</artifactId>
398398
<version>${maven-surefire-plugin.version}</version>
399399
<configuration>
400+
<rerunFailingTestsCount>3</rerunFailingTestsCount>
400401
<excludedGroups>integration,integration-auth</excludedGroups>
401402
</configuration>
402403
</plugin>
@@ -412,6 +413,7 @@
412413
<goal>verify</goal>
413414
</goals>
414415
<configuration>
416+
<rerunFailingTestsCount>3</rerunFailingTestsCount>
415417
<useUnlimitedThreads>true</useUnlimitedThreads>
416418
<perCoreThreadCount>true</perCoreThreadCount>
417419
<threadCount>1</threadCount>

0 commit comments

Comments
 (0)