Skip to content

Commit

Permalink
exclude postgisraster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Nov 8, 2023
1 parent a11fa17 commit 097c388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/gdrivers/postgisraster.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def test_postgisraster_test_outdb():
# For some reason fails with
# ERROR 1: PostGISRasterRasterBand::IRasterIO(): ERROR: rt_band_load_offline_data: Cannot open offline raster: /home/travis/build/rouault/gdal/autotest/gdrivers/data/small_world.tif
# See https://api.travis-ci.org/v3/job/428972866/log.txt
if gdaltest.is_travis_branch("ubuntu_1804"):
if gdaltest.is_travis_branch("ubuntu_2204"):
pytest.skip()

ds = ogr.Open(gdaltest.postgisraster_connection_string_without_schema)
Expand Down Expand Up @@ -650,7 +650,7 @@ def test_postgisraster_test_outdb_client_side_if_possible():
# For some reason fails with
# ERROR 1: PostGISRasterRasterBand::IRasterIO(): ERROR: rt_band_load_offline_data: Cannot open offline raster: /home/travis/build/rouault/gdal/autotest/gdrivers/data/small_world.tif
# See https://api.travis-ci.org/v3/job/484385907/log.txt
if gdaltest.is_travis_branch("ubuntu_1804"):
if gdaltest.is_travis_branch("ubuntu_2204"):
pytest.skip()

ds = gdal.Open(
Expand Down

0 comments on commit 097c388

Please sign in to comment.