Skip to content

Commit fb84962

Browse files
committed
Avoid unexpected gpkg test success with older GDAL versions
1 parent b679cbe commit fb84962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_provider_ogr_gpkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def testBug15351_commit_closeProvider_closeIter(self):
162162
def testBug15351_commit_closeIter_closeProvider(self):
163163
self.internalTestBug15351('commit_closeIter_closeProvider')
164164

165-
@unittest.expectedFailure(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(2, 1, 2))
165+
@unittest.skip(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(2, 1, 2))
166166
def testGeopackageExtentUpdate(self):
167167
''' test http://hub.qgis.org/issues/15273 '''
168168
tmpfile = os.path.join(self.basetestpath, 'testGeopackageExtentUpdate.gpkg')

0 commit comments

Comments
 (0)