Skip to content

Commit

Permalink
Skip test which triggers a slow iterative grind through all known
Browse files Browse the repository at this point in the history
CRSes on the CI runs

This is too slow to finish on the CI without timing out (and also
is a very pedantic test -- we probably don't strictly even need
to run it locally!)
  • Loading branch information
nyalldawson committed Feb 8, 2021
1 parent 39acbf8 commit 2cbec80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/core/testqgscoordinatereferencesystem.cpp
Expand Up @@ -1409,6 +1409,9 @@ void TestQgsCoordinateReferenceSystem::validSrsIds()

int validCount = 0;

if ( QgsTest::isCIRun() )
return; // the next part is too time consuming to run on the CI infrastructure

// check that all returns ids are valid
for ( long id : ids )
{
Expand Down

0 comments on commit 2cbec80

Please sign in to comment.