This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new 2de1344  Use the same surefire config as master
2de1344 is described below

commit 2de13445c7071bf01481c2d1128bbaee5ee80905
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Fri Jul 10 20:53:29 2020 +0100

    Use the 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 587263a..9ff9b90 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>

Reply via email to