os.linux: Ignore testWriteToTsv swtbot test
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Wed, 26 Oct 2016 19:27:59 +0000 (15:27 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 27 Oct 2016 12:56:34 +0000 (08:56 -0400)
This test causes instability in the SWTbot because of a potential race
condition with the update that changes the header column titles that do
not correspond to the system call data. The test should be modified
either to use SystemCall segments, or moved to timing.swtbot

Change-Id: Idea1c43f377ca79efb4bf5a4751f4611e6336891
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/83967
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
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.041709 seconds and 5 git commands to generate.