Disable live tracing feature
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.core.tests / src / org / eclipse / tracecompass / lttng2 / control / core / tests / relayd / LttngRelayd24TestApplication.java
index be5c10ad5721e0f809865f707e3a2be3e5fa498f..f37ef2eb82bcf911e791474db730459667f7cf57 100644 (file)
@@ -36,6 +36,7 @@ import org.eclipse.tracecompass.internal.lttng2.control.core.relayd.commands.Ses
 import org.eclipse.tracecompass.internal.lttng2.control.core.relayd.commands.StreamResponse;
 import org.eclipse.tracecompass.internal.lttng2.control.core.relayd.commands.ViewerCommand;
 import org.eclipse.tracecompass.internal.lttng2.control.core.relayd.impl.LttngRelaydConnectorFactory;
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -87,6 +88,7 @@ public class LttngRelayd24TestApplication {
      *             network timeout?
      */
     @Test
+    @Ignore
     public void testViewerConnection() throws IOException {
         InetAddress addr = InetAddress.getByName(ADDRESS);
         try (Socket connection = new Socket(addr, PORT);
This page took 0.024066 seconds and 5 git commands to generate.