From: Geneviève Bastien Date: Wed, 26 Oct 2016 19:27:59 +0000 (-0400) Subject: os.linux: Ignore testWriteToTsv swtbot test X-Git-Url: http://git.efficios.com/?p=deliverable%2Ftracecompass.git;a=commitdiff_plain;h=b8dd6611a7067fdf52a79aec226e0ed4db23e4a4 os.linux: Ignore testWriteToTsv swtbot test 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 Reviewed-on: https://git.eclipse.org/r/83967 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam Tested-by: Matthew Khouzam --- diff --git a/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyTableAnalysisTest.java b/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyTableAnalysisTest.java index 1b23bde204..b1ac1070d1 100644 --- a/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyTableAnalysisTest.java +++ b/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyTableAnalysisTest.java @@ -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 {