Skip to content

Commit

Permalink
Skip a test on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 20, 2019
1 parent 8e64277 commit 9902b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgscoordinateoperationwidget.py
Expand Up @@ -96,7 +96,7 @@ def testOperations(self):
'+proj=pipeline +step +inv +proj=utm +zone=55 +south +ellps=GRS80 +step +proj=hgridshift +grids=GDA94_GDA2020_conformal_and_distortion.gsb +step +proj=utm +zone=55 +south +ellps=GRS80')
self.assertEqual(len(spy), 6)

@unittest.skipIf(QgsProjUtils.projVersionMajor() >= 6, 'Not a crufty proj build')
@unittest.skipIf(os.environ.get('TRAVIS', '') == 'true', 'Depends on local environment and grid presence')
def testOperationsCruftyProj(self):
w = QgsCoordinateOperationWidget()
self.assertFalse(w.hasSelection())
Expand Down

0 comments on commit 9902b3c

Please sign in to comment.