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 a6068a5 Move this test to execute in a different execution
a6068a5 is described below
commit a6068a5e701951213cf01201cc599c3394317b35
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 2a0d556..ff2a908 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>