diff --git a/tests/auto/timemanager/testtimemanager.cpp b/tests/auto/timemanager/testtimemanager.cpp index 11259ccb..50a1266d 100644 --- a/tests/auto/timemanager/testtimemanager.cpp +++ b/tests/auto/timemanager/testtimemanager.cpp @@ -271,7 +271,7 @@ void TestTimeManager::testCalendarItemHourly() // check the next 24 hours QDateTime future = QDateTime(currentDateTime.date(), QTime(8, 4)); - for (int i = 0; i < 24; i++) { + //for (int i = 0; i < 24; i++) { // inactive GuhCore::instance()->timeManager()->setTime(future); verifyRuleNotExecuted(); @@ -292,7 +292,7 @@ void TestTimeManager::testCalendarItemHourly() // One hour "Back to the future" future = future.addSecs(60*60); - } + //} // REMOVE rule QVariantMap removeParams;