Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.18, 2.18.1
-
None
-
Patch
Description
I want to use the new feature to rerun failing tests implemented with SUREFIRE-1087. I can get it working with standard JUnit tests but it does not seem to do anything when using it in a Parameterized test.
To rule out that the custom JUnit runner I use is the cause, I created a sample project that only uses out of the box JUnit.
Although it is easy to reproduce without doing anything special I attached the sample project.