wilx commented on issue #2626: URL: https://github.com/apache/maven-surefire/issues/2626#issuecomment-5227904736
This is now fixed by #3179 and is available in Surefire/Failsafe 3.6.0-M1. I verified it with a TestNG test that fails on its first invocation and passes on its second: - 3.5.6 uses the legacy `TestNGProvider`, executes the test once, and fails. - 3.6.0-M1 uses `JUnitPlatformProvider` with the TestNG engine, reruns the test, reports one flake, and succeeds. The same behavior was verified with both Surefire and Failsafe. This issue can therefore be closed as fixed in 3.6.0-M1. -- 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]
