Skip to content

Commit

Permalink
Add flaky decorator to test_open_dataset_kerchunk - fetching s3 res…
Browse files Browse the repository at this point in the history
…ources - not sure why it's failing from CI
  • Loading branch information
charles-turner-1 committed Feb 3, 2025
1 parent fd60ed4 commit e787d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def test_get_xarray_open_kwargs(storage_options):
assert xarray_open_kwargs['backend_kwargs']['storage_options'] == storage_options


@pytest.mark.flaky(max_runs=3, min_passes=1) # Cold start related failures
def test_open_dataset_kerchunk(kerchunk_file=kerchunk_file):
xarray_open_kwargs = _get_xarray_open_kwargs(
'reference',
Expand Down

0 comments on commit e787d4d

Please sign in to comment.