Github user mpkorstanje commented on the issue:

    https://github.com/apache/maven-surefire/pull/150
  
    > Then try to alter the behavior of the integration test with Maven profile 
(junit4 and junit47). We are already doing it, see addGoal( "-P junit4" ), 
addGoal( "-P junit47" ).
    >  This would lead to @Parameterized IT which exists in our code already, 
see FailFastJUnitIT as a hint.
    
    Rerunning failed tests based on their description is not possible with the 
junit4 provider. Only the junit47 provider and up would allow us to rerun tests 
based on their description rather then methods. So I am unsure about the 
utility of creating a parameterized test.


---

Reply via email to