tmf: Introduce the StateSystemManager
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core.tests / src / org / eclipse / linuxtools / lttng2 / kernel / core / tests / stateprovider / TestAll.java
index 15b53bbf3dc7bd8ad04d6fadcbc3783a6f09a0ca..fa9d695484c06c53a1fedf5e7d3cb94653aba559 100644 (file)
@@ -26,8 +26,7 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({ CtfKernelStateInputTest.class,
-    StateSystemFullHistoryTest.class,
-    StateSystemFullThreadedHistoryTest.class})
+    StateSystemFullHistoryTest.class})
 public class TestAll {
 
     /**
This page took 0.023986 seconds and 5 git commands to generate.