Skip to content

Commit

Permalink
autotest/gdrivers/tiledb_write.py: skip test_tiledb_write_overviews()…
Browse files Browse the repository at this point in the history
… on 'build-windows-conda' target

Refs OSGeo#11485
  • Loading branch information
rouault committed Dec 12, 2024
1 parent 20ff897 commit 733a50e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autotest/gdrivers/tiledb_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,10 @@ def test_tiledb_write_create_group(tmp_path):
assert ds.RasterYSize == 2


@pytest.mark.skipif(
gdaltest.is_travis_branch("build-windows-conda"),
reason="Fails with tiledb 2.27. Seehttps://github.com/OSGeo/gdal/issues/11485",
)
def test_tiledb_write_overviews(tmp_path):

# This dataset name must be kept short, otherwise strange I/O errors will
Expand Down

0 comments on commit 733a50e

Please sign in to comment.