mirror of https://github.com/apache/activemq.git
ignore the mqttssl test till it gets some love, it hangs the nigtly run
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1346818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3adee8c076
commit
279ecfcd6d
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue