Repository: camel Updated Branches: refs/heads/master 3b2d9294c -> d7339b2c5
Work around test flakiness by rerunning failing tests Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0aef13c5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0aef13c5 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0aef13c5 Branch: refs/heads/master Commit: 0aef13c5fa1d99fc4e1df3dd3650564e349fd08e Parents: 3b2d929 Author: Andreas Veithen <[email protected]> Authored: Sun Jan 10 16:43:00 2016 +0000 Committer: Claus Ibsen <[email protected]> Committed: Fri Feb 19 15:09:37 2016 +0100 ---------------------------------------------------------------------- parent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0aef13c5/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ecf577c..3e83d3c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2991,6 +2991,10 @@ </lifecycleMappingMetadata> </configuration> </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.19.1</version> + </plugin> </plugins> </pluginManagement> @@ -3047,6 +3051,7 @@ <useFile>true</useFile> <failIfNoTests>false</failIfNoTests> <runOrder>alphabetical</runOrder> + <rerunFailingTestsCount>2</rerunFailingTestsCount> <systemPropertyVariables> <javax.xml.accessExternalSchema>file,http</javax.xml.accessExternalSchema> <javax.xml.accessExternalDTD>file,http</javax.xml.accessExternalDTD>
