[ https://jira.codehaus.org/browse/SUREFIRE-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=352035#comment-352035 ]
Tibor Digana commented on SUREFIRE-1093: ---------------------------------------- Resolved in https://github.com/apache/maven-surefire/pull/45 > Exceptional parallel execution on @NotThreadSafe testcase or suite > ------------------------------------------------------------------ > > Key: SUREFIRE-1093 > URL: https://jira.codehaus.org/browse/SUREFIRE-1093 > Project: Maven Surefire > Issue Type: New Feature > Components: Junit 4.7+ (parallel) support > Affects Versions: 2.17 > Reporter: Tibor Digana > > We want to execute tests in parallel. > In some cases some tests want to be executed in a single Thread instance. > For instance I am using Embedded Container OpenEJB which is singleton, thus > does not support parallelism. > Other tests want to be executed in parallel anyway. > This simple principle avoids parallel execution in an elegant way in > src/test/java. -- This message was sent by Atlassian JIRA (v6.1.6#6162)