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

commit aad04b01e68e03397b8bc7791f2f81bb42b8adfe
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Fri Jul 10 15:56:40 2020 +0100

    Move this test to execute in a different 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 cf599302..12a532a 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -335,6 +335,7 @@
           <excludes>
             <exclude>**/TestHandler.java</exclude>
             <exclude>org/apache/openejb/cdi/**</exclude>
+            <exclude>**/ConnectionFactoryJMXTest.java</exclude>
           </excludes>
           <!--
                     <properties>
@@ -359,6 +360,7 @@
               </excludes>
               <includes>
                 <include>org/apache/openejb/cdi/**</include>
+                <include>**/ConnectionFactoryJMXTest.java</include>
               </includes>
             </configuration>
           </execution>

Reply via email to