dweiss commented on issue #16121: URL: https://github.com/apache/lucene/issues/16121#issuecomment-4533429119
Looking at the examples they have in the documentation, it should work as you expect it to - ``` https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/testing/TestFilter.html ``` I suspect they try to be clever and somehow parse the test descriptor to extract class name/ test name and fail on the meta-parameters which are added by randomizedrunner (for junit4) to disambiguate test reiterations. Sorry, not my fault. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
