tmf.ui.swtbot: disable RawTextEditorTest#readTrace
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 21 Apr 2017 18:39:58 +0000 (14:39 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 21 Apr 2017 21:56:40 +0000 (17:56 -0400)
Until we can figure out what is breaking the build disable this test.

Change-Id: I9428b2412934146fc1238adda067419aee5af876
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/95494
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/RawTextEditorTest.java

index f2befd8e1bc96e8e5b763c2c6242b16acf1e927d..14802b9f71f5a9a0fe15aaedb2d5ed5412116bd1 100644 (file)
@@ -37,11 +37,12 @@ import org.eclipse.tracecompass.tmf.ui.tests.shared.WaitUtils;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
 /**
- * Test reading a trace in raw and eventy modes.
+ * Test reading a trace in raw and event modes.
  */
 @RunWith(SWTBotJunit4ClassRunner.class)
 public class RawTextEditorTest {
@@ -100,6 +101,7 @@ public class RawTextEditorTest {
     /**
      * Test going to raw and back
      */
+    @Ignore
     @Test
     public void testRead() {
         ITmfTrace activeTrace = TmfTraceManager.getInstance().getActiveTrace();
This page took 0.026023 seconds and 5 git commands to generate.