I recently stumbled upon a simple way to parallelize the execute of tests via jUnit by specifying the following in a java project\'s pom.xml file:
Exclude those 2 tests in the original test phrase and then create a new execution with those 2 classes running in single thread? :)
org.apache.maven.plugins
maven-surefire-plugin
path/to/your/class/badtestclass1.java
path/to/your/class/badtestclass2.java
classes
single-thread-test
test
test
path/to/your/class/badtestclass1.java
path/to/your/class/badtestclass2.java
1