Skip to content

Commit d7a6c22

Browse files
committedJun 4, 2018
Revert "Re-enable test that was failing on Travis"
This reverts commit c4d62ef.
1 parent 4d0de09 commit d7a6c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/src/python/test_provider_python.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def testGetFeaturesNoGeometry(self):
155155
"""
156156
pass
157157

158+
@unittest.skipIf(os.environ.get("TRAVIS", False), "Skipped on Travis")
158159
def testGetFeaturesDestinationCrs(self):
159160
"""Skip this if on travis, passes locally and fails with no reason on Travis"""
160161
super().testGetFeaturesDestinationCrs()

0 commit comments

Comments
 (0)
Please sign in to comment.