Skip to content

Commit

Permalink
Skip test on GDAL < 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 8, 2020
1 parent 1d5ebe9 commit fd495d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_provider_ogr_gpkg.py
Expand Up @@ -1768,6 +1768,7 @@ def testTransactionGroup(self):
self.assertFalse(vl1_1.isEditable())
self.assertFalse(vl1_2.isEditable())

@unittest.skipIf(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(2, 3, 0), "GDAL 2.3 required")
def testTransactionGroupIterator(self):
"""Test issue GH #39178: the bug is that this test hangs
forever in an endless loop"""
Expand Down

0 comments on commit fd495d0

Please sign in to comment.