Skip to content

Commit

Permalink
Redisable waitForFinished test on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 8, 2018
1 parent 91c6556 commit 790408f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/core/testqgstaskmanager.cpp
Expand Up @@ -730,6 +730,9 @@ void TestQgsTaskManager::taskId()

void TestQgsTaskManager::waitForFinished()
{
if ( QgsTest::isTravis() )
QSKIP( "This test is disabled on Travis CI environment" );

QgsTaskManager manager;
QEventLoop loop;

Expand Down

0 comments on commit 790408f

Please sign in to comment.