Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.16
-
None
Description
This is a regression from 2.15. It also looks like Surefire keeps regressing on this feature (e.g. see SUREFIRE-827) – are there no unit or integration tests to prevent such regressions?
With Surefire 2.15
$ mvn test -Dtest=MyTest#testFoo ... Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
With Surefire 2.16
$ mvn test -Dtest=MyTest#testFoo Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0