Skip to content
Permalink
Browse files
Disable another intermittent task manager test
  • Loading branch information
nyalldawson committed Dec 12, 2016
1 parent 4c31bc4 commit d7b0244
Showing 1 changed file with 2 additions and 0 deletions.
@@ -587,6 +587,7 @@ void TestQgsTaskManager::subTask()
QVERIFY( subFinished.count() > 0 );
QVERIFY( subsubFinished.count() > 0 );

#if 0 // flaky
// another test
parent = new ProgressReportingTask();
subTask = new ProgressReportingTask();
@@ -627,6 +628,7 @@ void TestQgsTaskManager::subTask()
}
flushEvents();
QVERIFY( parentFinished2.count() > 0 );
#endif
}


0 comments on commit d7b0244

Please sign in to comment.