This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
new 420a172 Use same surefire config as master
420a172 is described below
commit 420a172f63ae1ea67f4cf0aa712e8053a8efbc16
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Fri Jul 10 20:52:00 2020 +0100
Use same surefire config as master
---
container/openejb-core/pom.xml | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index d183938..ddee992 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -318,7 +318,7 @@
<configuration>
<childDelegation>true</childDelegation>
<reuseForks>false</reuseForks>
- <forkCount>2</forkCount>
+ <forkCount>1</forkCount>
<testNGArtifactName>none:none</testNGArtifactName>
<argLine>
-javaagent:${project.basedir}/target/openejb-javaagent-${project.version}.jar
@@ -335,10 +335,6 @@
<excludes>
<exclude>**/TestHandler.java</exclude>
<exclude>org/apache/openejb/cdi/**</exclude>
- <exclude>**/ConnectionFactoryJMXTest.java</exclude>
- <exclude>**/JMS2AMQDefaultConnectionFactoryTest.java</exclude>
- <exclude>**/AutoConnectionTrackerTest.java</exclude>
- <exclude>**/MaxInstanceEndpointHandlerTest.java</exclude>
</excludes>
<!--
<properties>
@@ -363,10 +359,6 @@
</excludes>
<includes>
<include>org/apache/openejb/cdi/**</include>
- <include>**/ConnectionFactoryJMXTest.java</include>
- <include>**/JMS2AMQDefaultConnectionFactoryTest.java</include>
- <include>**/AutoConnectionTrackerTest.java</include>
- <include>**/MaxInstanceEndpointHandlerTest.java</include>
</includes>
</configuration>
</execution>