You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2012/06/06 12:48:03 UTC

svn commit: r1346818 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTSSLTest.java

Author: gtully
Date: Wed Jun  6 10:48:03 2012
New Revision: 1346818

URL: http://svn.apache.org/viewvc?rev=1346818&view=rev
Log:
ignore the mqttssl test till it gets some love, it hangs the nigtly run

Modified:
    activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTSSLTest.java

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTSSLTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTSSLTest.java?rev=1346818&r1=1346817&r2=1346818&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTSSLTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTSSLTest.java Wed Jun  6 10:48:03 2012
@@ -26,7 +26,9 @@ import javax.net.ssl.TrustManager;
 import javax.net.ssl.X509TrustManager;
 import org.apache.activemq.broker.BrokerService;
 import org.fusesource.mqtt.client.MQTT;
+import org.junit.Ignore;
 
+@Ignore("hangs atm, needs investigation")
 public class MQTTSSLTest extends MQTTTest {
     public void startBroker() throws Exception {
         System.setProperty("javax.net.ssl.trustStore", "src/test/resources/client.keystore");