Skip to content

Commit 66b2b07

Browse files
committed
allow test to fail
1 parent dd39827 commit 66b2b07

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/test_tilebench.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
"""Test profiler with S3 and HTTPS files."""
1+
"""Test profiler with S3 and HTTPS files.
2+
3+
NOTE: while not in GDAL>=3.10 the number of GET/Head requests might not be right
4+
see: https://github.com/vincentsarago/vsifile/issues/13#issuecomment-2683310594
5+
6+
"""
27

38
import pytest
49
from rio_tiler.io import Reader
@@ -21,6 +26,7 @@
2126
),
2227
],
2328
)
29+
@pytest.mark.xfail
2430
def test_profiler(src_path, head, get):
2531
"""Test profiler."""
2632
config = {

0 commit comments

Comments
 (0)