This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 4854c73a125e89a1be9289071a917134fccf8eb1
Author: Doychin Bondzhev <doyc...@dsoft-bg.com>
AuthorDate: Mon Jan 7 22:05:50 2019 +0200

    Issue is closed and TomEE uses more recent version then the one with the 
fix.
---
 .../apache/openejb/resource/activemq/ProperConnectionShutdownTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/container/openejb-core/src/test/java/org/apache/openejb/resource/activemq/ProperConnectionShutdownTest.java
 
b/container/openejb-core/src/test/java/org/apache/openejb/resource/activemq/ProperConnectionShutdownTest.java
index 49d9a27..53d14e4 100644
--- 
a/container/openejb-core/src/test/java/org/apache/openejb/resource/activemq/ProperConnectionShutdownTest.java
+++ 
b/container/openejb-core/src/test/java/org/apache/openejb/resource/activemq/ProperConnectionShutdownTest.java
@@ -52,7 +52,6 @@ import static org.junit.Assert.assertTrue;
 // inspired from MessagingBeanTest in examples
 public class ProperConnectionShutdownTest {
     @Test
-    @Ignore("https://issues.apache.org/jira/browse/AMQ-6051";)
     public void run() throws Throwable {
         final Thread[] threadsBefore = listThreads();
         final AtomicReference<Thread[]> threadWhile = new AtomicReference<>();

Reply via email to