wilx commented on issue #2656: URL: https://github.com/apache/maven-surefire/issues/2656#issuecomment-5227857227
This has already been fixed by SUREFIRE-2277 / #790 and was released in Failsafe 3.5.2. I verified the linked reproducer: with 3.5.0 the build incorrectly succeeds because `failsafe-summary.xml` does not contain the flake count, while with 3.5.2 (and the current development version) it contains `<flakes>2</flakes>` and `verify` fails as expected with `There are 2 flakes and failOnFlakeCount is set to 1.` This issue can therefore be closed as fixed in 3.5.2. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
