Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Rerun failing integration tests up to three times
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Feb 11, 2015
1 parent 0049e94 commit d48794c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -24,6 +24,8 @@
<cobertura.total-branch-rate>30</cobertura.total-branch-rate>
<cobertura.halt.failure>false</cobertura.halt.failure>
<delombok.dir>${project.build.directory}/delombok/org/zanata</delombok.dir>
<failsafe.rerunFailingTestsCount>3</failsafe.rerunFailingTestsCount>

<guava.version>18.0</guava.version>
<gwt.version>2.6.1</gwt.version>
<icu4j.version>50.1.1</icu4j.version>
Expand Down Expand Up @@ -1165,7 +1167,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.12</version>
<version>2.18.1</version>
<configuration>
<failIfNoTests>true</failIfNoTests>
</configuration>
Expand Down

0 comments on commit d48794c

Please sign in to comment.