I ran 'mvn clean install'. But I still see that some test cases are being
picked up by more than one parallel runners. This occurs randomly. Can there
be some issue with the junit provider? 
The configuration for the provider
                <dependencies>
                    <dependency>
                        <groupId>org.apache.maven.surefire</groupId>
                        <artifactId>surefire-junit47</artifactId>
                        <version>2.12</version>
                    </dependency>
                </dependencies>

Regards,
Akhil

--
View this message in context: 
http://maven.40175.n5.nabble.com/Issue-with-running-junit-tests-in-parallel-tp5524181p5525083.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to