orion0616 commented on issue #3465: URL: https://github.com/apache/maven-surefire/issues/3465#issuecomment-5600445759
@slachiewicz thanks for looking. I believe this one takes a different path than #3453: it happens with `forkCount=1` and no toolchain, the plugin still logs `Tests to run: [com.example.it.SampleIT]` and starts the fork, and the class is then rejected inside the fork by the `ClassNameFilter` in `JUnitPlatformProvider#newFilters()`. I have a proposed fix in #3466, happy to adjust it if you see it differently. @XN137 looks like the same root cause: `**/SampleIT.class` and a bare `SampleIT.class` reproduce with the minimal project (1 test with 3.5.6, 0 with 3.6.0), and both run again with a build of #3466. -- 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]
