Skip to content

Commit 7bc7647

Browse files
committed
More flaky test disabling
1 parent caa0d50 commit 7bc7647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/core/testqgstaskmanager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ void TestQgsTaskManager::managerWithSubTasks()
10701070
QCOMPARE( manager->activeTasks().count(), 1 );
10711071
QVERIFY( manager->activeTasks().contains( parent ) );
10721072
QCOMPARE( spy.count(), 1 );
1073-
1073+
#if 0 // flaky
10741074
//manager should not directly listen to progress reports from subtasks
10751075
//(only parent tasks, which themselves include their subtask progress)
10761076
QCOMPARE( spyProgress.count(), 0 );
@@ -1082,7 +1082,7 @@ void TestQgsTaskManager::managerWithSubTasks()
10821082
// parent task has two tasks (itself + subTask), and subTask is 25% done.... so parent
10831083
// task is 12.5% done. yes-- these numbers are correct!
10841084
QCOMPARE( spyProgress.last().at( 1 ).toInt(), 13 );
1085-
#if 0 // flaky
1085+
10861086
subsubTask->emitProgressChanged( 100 );
10871087
QCOMPARE( spyProgress.count(), 2 );
10881088
QCOMPARE( spyProgress.last().at( 0 ).toLongLong(), 0LL );

0 commit comments

Comments
 (0)