Running a single test in maven -> No tests were executed!
You are probably picking up JUnit3 on your classpath somewhere, which effectively disables JUnit4.
Run mvn dependency:tree
to find out where it's coming in from and add exclude if from the dependency.
Perhaps you are seeing this bug, which is said to affect surefire 2.12 but not 2.11?