diff --git a/src/plugins/perfprofiler/perfprofilerplugin.cpp b/src/plugins/perfprofiler/perfprofilerplugin.cpp index e9440e61419..03d1de8eafd 100644 --- a/src/plugins/perfprofiler/perfprofilerplugin.cpp +++ b/src/plugins/perfprofiler/perfprofilerplugin.cpp @@ -32,7 +32,7 @@ #include "perftimelinemodelmanager.h" #if WITH_TESTS -# include "tests/perfprofilertracefile_test.h" +//# include "tests/perfprofilertracefile_test.h" // FIXME has to be rewritten # include "tests/perfresourcecounter_test.h" #endif // WITH_TESTS @@ -104,7 +104,7 @@ QVector PerfProfilerPlugin::createTestObjects() const { QVector tests; #if WITH_TESTS - tests << new PerfProfilerTraceFileTest; +// tests << new PerfProfilerTraceFileTest; // FIXME these tests have to get rewritten tests << new PerfResourceCounterTest; #endif // WITH_TESTS return tests;