tmf: Disable StateSystemAnalysisModuleTest#testIsQueryableCancel
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 9 May 2016 22:48:51 +0000 (18:48 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 10 May 2016 16:49:54 +0000 (12:49 -0400)
Times out on Hudson, probably due to a race condition. Failed on
https://git.eclipse.org/r/#/c/71565/ 4 times in a row.

Change-Id: I125dc94002ec21161f6bee05fa2dd2820df59406
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/72353
Reviewed-by: Hudson CI
tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/statesystem/StateSystemAnalysisModuleTest.java

index 2e4a0b6dedcfc0ae934ffe10b48619ed3755c9d1..bb6a25921f3b0d22494bc3c141f81daf10ac9546 100644 (file)
@@ -33,6 +33,7 @@ import org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestStateSystemProvider
 import org.eclipse.tracecompass.tmf.tests.stubs.trace.xml.TmfXmlTraceStub;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.TestRule;
@@ -237,6 +238,7 @@ public class StateSystemAnalysisModuleTest {
      * Test the {@link TmfStateSystemAnalysisModule#isQueryable(long)} method
      * when the analysis is cancelled
      */
+    @Ignore("Hangs very often")
     @Test
     public void testIsQueryableCancel() {
 
This page took 0.027121 seconds and 5 git commands to generate.