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 0daaeb4  Shift more tests to the later execution
0daaeb4 is described below

commit 0daaeb46bdee6e1282d01f2c1590724c76388a3d
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Fri Jul 10 16:14:10 2020 +0100

    Shift more tests to the later execution
---
 container/openejb-core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index ff2a908..0e252d1 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -336,6 +336,8 @@
             <exclude>**/TestHandler.java</exclude>
             <exclude>org/apache/openejb/cdi/**</exclude>
             <exclude>**/ConnectionFactoryJMXTest.java</exclude>
+            <exclude>**/JMS2AMQDefaultConnectionFactoryTest.java</exclude>
+            <exclude>**/AutoConnectionTrackerTest.java</exclude>
           </excludes>
           <!--
                     <properties>
@@ -361,6 +363,8 @@
               <includes>
                 <include>org/apache/openejb/cdi/**</include>
                 <include>**/ConnectionFactoryJMXTest.java</include>
+                <include>**/JMS2AMQDefaultConnectionFactoryTest.java</include>
+                <include>**/AutoConnectionTrackerTest.java</include>
               </includes>
             </configuration>
           </execution>

Reply via email to