Skip to content

Commit

Permalink
Mark test_gti_stac_geoparquet() as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 9, 2024
1 parent 68a230b commit 4e28921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autotest/gdrivers/gti.py
Original file line number Diff line number Diff line change
Expand Up @@ -2954,6 +2954,9 @@ def test_gti_read_multi_threaded_disabled_because_truncated_source(tmp_vsimem):

@pytest.mark.require_curl()
@pytest.mark.require_driver("Parquet")
@pytest.mark.xfail(
reason="https://naipeuwest.blob.core.windows.net/naip/v002/ok/2010/ok_100cm_2010/34099/m_3409901_nw_14_1_20100425.tif now leads to HTTP/1.1 409 Public access is not permitted on this storage account."
)
def test_gti_stac_geoparquet():

url = (
Expand Down

0 comments on commit 4e28921

Please sign in to comment.