Diwaker Gupta created SUREFIRE-1028: ---------------------------------------
Summary: Unable to run single test (junit) Key: SUREFIRE-1028 URL: https://jira.codehaus.org/browse/SUREFIRE-1028 Project: Maven Surefire Issue Type: Bug Components: Maven Surefire Plugin Affects Versions: 2.16 Reporter: Diwaker Gupta Priority: Critical 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 {noformat} $ mvn test -Dtest=MyTest#testFoo ... Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 {noformat} With Surefire 2.16 {noformat} $ mvn test -Dtest=MyTest#testFoo Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira