mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Avoid unexpected gpkg test success with older GDAL versions
This commit is contained in:
parent
b679cbe091
commit
fb849620e7
@ -162,7 +162,7 @@ class TestPyQgsOGRProviderGpkg(unittest.TestCase):
|
||||
def testBug15351_commit_closeIter_closeProvider(self):
|
||||
self.internalTestBug15351('commit_closeIter_closeProvider')
|
||||
|
||||
@unittest.expectedFailure(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(2, 1, 2))
|
||||
@unittest.skip(int(gdal.VersionInfo('VERSION_NUM')) < GDAL_COMPUTE_VERSION(2, 1, 2))
|
||||
def testGeopackageExtentUpdate(self):
|
||||
''' test http://hub.qgis.org/issues/15273 '''
|
||||
tmpfile = os.path.join(self.basetestpath, 'testGeopackageExtentUpdate.gpkg')
|
||||
|
Loading…
x
Reference in New Issue
Block a user