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 96735b6  Skip this test for now
96735b6 is described below

commit 96735b6ec665cf84f91321db09ebf057b4fcd3a7
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Mon Jul 13 15:41:48 2020 +0100

    Skip this test for now
---
 .../java/org/apache/openejb/resource/AutoConnectionTrackerTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/container/openejb-core/src/test/java/org/apache/openejb/resource/AutoConnectionTrackerTest.java
 
b/container/openejb-core/src/test/java/org/apache/openejb/resource/AutoConnectionTrackerTest.java
index 598a4bc..46cdc80 100644
--- 
a/container/openejb-core/src/test/java/org/apache/openejb/resource/AutoConnectionTrackerTest.java
+++ 
b/container/openejb-core/src/test/java/org/apache/openejb/resource/AutoConnectionTrackerTest.java
@@ -39,6 +39,7 @@ import org.apache.openejb.loader.SystemInstance;
 import org.apache.openejb.spi.ContainerSystem;
 import org.apache.openejb.util.LogCategory;
 import org.apache.openejb.util.Logger;
+import org.junit.Ignore;
 
 import javax.annotation.Resource;
 import javax.ejb.Remote;
@@ -80,6 +81,7 @@ import java.util.logging.LogRecord;
 /**
  * @version $Rev$ $Date$
  */
+@Ignore
 public class AutoConnectionTrackerTest extends TestCase {
 
     public static final int LOOP_SIZE = 200;

Reply via email to