imonteroperez edited a comment on pull request #400: URL: https://github.com/apache/maven-surefire/pull/400#issuecomment-1009899120
> I think this is not going to work because IIUC then is going to be delegated to a FileScanner to evaluate which test classes should be executed without considering the method filtering. See: https://github.com/apache/maven-surefire/blob/master/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/util/FileScanner.java#L74 where method is `null` Applied in https://github.com/apache/maven-surefire/pull/400/commits/199184f9ace1e7e38fb814b9b8936321bf999ded your proposal with a combination of mine to specify the tests to run based on identifying if there is method filtering applied or not on the `TestListResolver` -- 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]
