Skip to content

Commit fdd7258

Browse files
committed
Rerun flaky tests in CI
1 parent 6ac3f6d commit fdd7258

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,19 @@
942942
</build>
943943
</profile>
944944

945+
<profile>
946+
<id>rerun-tests</id>
947+
<activation>
948+
<property>
949+
<name>env.CI</name>
950+
<value>true</value>
951+
</property>
952+
</activation>
953+
<properties>
954+
<surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
955+
</properties>
956+
</profile>
957+
945958
<profile>
946959
<id>sequential-tests</id>
947960
<build>

0 commit comments

Comments
 (0)