We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd39827 commit 66b2b07Copy full SHA for 66b2b07
tests/test_tilebench.py
@@ -1,4 +1,9 @@
1
-"""Test profiler with S3 and HTTPS files."""
+"""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
+"""
7
8
import pytest
9
from rio_tiler.io import Reader
@@ -21,6 +26,7 @@
21
26
),
22
27
],
23
28
)
29
+@pytest.mark.xfail
24
30
def test_profiler(src_path, head, get):
25
31
"""Test profiler."""
32
config = {
0 commit comments