os.linux: Ignore testWriteToTsv swtbot test
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests / src / org / eclipse / tracecompass / analysis / os / linux / ui / swtbot / tests / latency / SystemCallLatencyTableAnalysisTest.java
index 1b23bde204587bc3b34f57aecb6d5069d821f007..b1ac1070d1f7cbddfe321c244c19d92deb0d98c0 100644 (file)
@@ -63,6 +63,7 @@ import org.eclipse.ui.WorkbenchException;
 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;
 
@@ -309,6 +310,7 @@ public class SystemCallLatencyTableAnalysisTest {
      * @throws IOException
      *             no such file or the file is locked.
      */
+    @Ignore
     @Test
     public void testWriteToTsv() throws NoSuchMethodException, IOException {
 
This page took 0.024501 seconds and 5 git commands to generate.