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 e442f02  One more test moved to the later execution
e442f02 is described below

commit e442f02560785532bf57c5895dba9b6c630af046
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Fri Jul 10 17:04:50 2020 +0100

    One more test moved to the later execution
---
 container/openejb-core/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index 9533584..587263a 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -338,6 +338,7 @@
             <exclude>**/ConnectionFactoryJMXTest.java</exclude>
             <exclude>**/JMS2AMQDefaultConnectionFactoryTest.java</exclude>
             <exclude>**/AutoConnectionTrackerTest.java</exclude>
+            <exclude>**/MaxInstanceEndpointHandlerTest.java</exclude>
           </excludes>
           <!--
                     <properties>
@@ -365,6 +366,7 @@
                 <include>**/ConnectionFactoryJMXTest.java</include>
                 <include>**/JMS2AMQDefaultConnectionFactoryTest.java</include>
                 <include>**/AutoConnectionTrackerTest.java</include>
+                <include>**/MaxInstanceEndpointHandlerTest.java</include>
               </includes>
             </configuration>
           </execution>

Reply via email to