Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Re-enable test that was failing on Travis"
This reverts commit c4d62ef.
  • Loading branch information
elpaso committed Jun 4, 2018
1 parent 4d0de09 commit d7a6c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_provider_python.py
Expand Up @@ -155,6 +155,7 @@ def testGetFeaturesNoGeometry(self):
"""
pass

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

0 comments on commit d7a6c22

Please sign in to comment.