Skip to content

Commit

Permalink
Retry failing tests on CI
Browse files Browse the repository at this point in the history
Now that we have flaky tests reports, we can retry tests on CI.
  • Loading branch information
gsmet committed Jan 30, 2024
1 parent bf8d7be commit aa4e586
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,20 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit aa4e586

Please sign in to comment.