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.
test_open_dataset_kerchunk
1 parent fd60ed4 commit e787d4dCopy full SHA for e787d4d
tests/test_source.py
@@ -72,6 +72,7 @@ def test_get_xarray_open_kwargs(storage_options):
72
assert xarray_open_kwargs['backend_kwargs']['storage_options'] == storage_options
73
74
75
+@pytest.mark.flaky(max_runs=3, min_passes=1) # Cold start related failures
76
def test_open_dataset_kerchunk(kerchunk_file=kerchunk_file):
77
xarray_open_kwargs = _get_xarray_open_kwargs(
78
'reference',
0 commit comments