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

commit d5ffe2d8f579be0a551cd9246c1130932e8ee132
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 0e252d1..d183938 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