Tibor17 commented on a change in pull request #333: URL: https://github.com/apache/maven-surefire/pull/333#discussion_r567073880
########## File path: maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java ########## @@ -139,6 +139,13 @@ @Parameter( property = "failIfNoTests" ) private Boolean failIfNoTests; + /** + * Set this to a value greater than 0 to fail the whole test set if the cumulative number of flakes reaches + * this threshold. Set to 0 to allow an unlimited number of flakes. Review comment: @oehme Actually yes, we should and there is something like "verifyParameters" method. Have you used the flag to serialize the content in the method `getConfigChecksum`? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org