You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2014/08/06 15:25:18 UTC

git commit: https://issues.apache.org/jira/browse/AMQ-5304 - ignore the test for now

Repository: activemq
Updated Branches:
  refs/heads/trunk acf84b43e -> 6bdce73d8


https://issues.apache.org/jira/browse/AMQ-5304 - ignore the test for now


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/6bdce73d
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/6bdce73d
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/6bdce73d

Branch: refs/heads/trunk
Commit: 6bdce73d838abccd8495c979c45bbff8a8bdfc5f
Parents: acf84b4
Author: Dejan Bosanac <de...@nighttale.net>
Authored: Wed Aug 6 15:23:58 2014 +0200
Committer: Dejan Bosanac <de...@nighttale.net>
Committed: Wed Aug 6 15:25:03 2014 +0200

----------------------------------------------------------------------
 .../apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java    | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/6bdce73d/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java
----------------------------------------------------------------------
diff --git a/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java b/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java
index 1677ea4..904f881 100644
--- a/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java
+++ b/activemq-karaf-itest/src/test/java/org/apache/activemq/karaf/itest/ActiveMQBrokerFeatureTest.java
@@ -17,6 +17,8 @@
 package org.apache.activemq.karaf.itest;
 
 import java.util.concurrent.Callable;
+
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Option;
@@ -70,6 +72,7 @@ public class ActiveMQBrokerFeatureTest extends AbstractJmsFeatureTest {
     }
 
     @Test
+    @Ignore
     public void testTemporaryDestinations() throws Throwable {
         Connection connection = getConnection();
         Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);