Re-enable test that was failing on Travis

This commit is contained in:
Alessandro Pasotti 2018-06-04 14:27:01 +02:00
parent 6ece1aa543
commit c4d62ef05f

View File

@ -155,7 +155,6 @@ class TestPyQgsPythonProvider(unittest.TestCase, ProviderTestCase):
"""
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()