Skip to content

Commit

Permalink
Re-enable test that was failing on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jun 4, 2018
1 parent 6ece1aa commit c4d62ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_provider_python.py
Expand Up @@ -155,7 +155,6 @@ 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 c4d62ef

Please sign in to comment.