gnodet commented on code in PR #14144:
URL: https://github.com/apache/camel/pull/14144#discussion_r1600267343


##########
parent/pom.xml:
##########
@@ -3535,8 +3535,8 @@
                             <failIfNoTests>false</failIfNoTests>
                             
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
                             <runOrder>alphabetical</runOrder>
-                            <!-- lets re-run the failed test one more time, 
just to be sure -->
-                            <rerunFailingTestsCount>0</rerunFailingTestsCount>
+                            <!-- lets re-run the failed test, just to be sure 
-->
+                            <rerunFailingTestsCount>2</rerunFailingTestsCount>

Review Comment:
   @orpiske I don' really mind the default value, but I need the rerun to 
happen in GitHub.  So if you prefer, I can revert the default value to 0 but 
keep it in the properties.  Or just remove the line. It will have the same 
effect.
   Or use a `camel.surefire.rerunFailingTestsCount` as we have for some other 
properties... but that will need to adjust all the scripts / GitHub actions.
   If you're fine with the current state, I can simply merge :-)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to