aslakhellesoy commented on a change in pull request #492: URL: https://github.com/apache/maven-surefire/pull/492#discussion_r830998561
########## File path: surefire-providers/surefire-junit4/src/main/java/org/apache/maven/surefire/junit4/JUnit4Provider.java ########## @@ -270,18 +276,57 @@ private void executeTestSet( Class<?> clazz, RunListener reporter, Notifier noti } } + private static int indexOf( List<ResolvedTest> tests, Description description ) Review comment: Thanks, I will close this PR and send another one. I've also written up a JIRA issue explaining a bit more about the motivation: https://issues.apache.org/jira/browse/SUREFIRE-2041 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org