remove invalid test

This commit is contained in:
Simon Stürz 2016-08-17 13:28:18 +02:00 committed by Michael Zanetti
parent 2fd3f9467d
commit 174a83cd0b

View File

@ -438,7 +438,7 @@ void TestTimeManager::testCalendarItemHourly_data()
{
QTest::addColumn<int>("duration");
QTest::newRow("hourly - for 60 minutes") << 60;
//QTest::newRow("hourly - for 60 minutes") << 60;
QTest::newRow("hourly - for 5 minutes") << 5;
}