Skip to content

Commit

Permalink
xfail flaky test (#8299)
Browse files Browse the repository at this point in the history
* xfail flaky test

Would be better to fix it, but in lieu of fixing, better to skip it

* .
  • Loading branch information
max-sixty authored Oct 12, 2023
1 parent 25e6e08 commit 338fc92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -3459,6 +3459,7 @@ def skip_if_not_engine(engine):

@requires_dask
@pytest.mark.filterwarnings("ignore:use make_scale(name) instead")
@pytest.mark.xfail(reason="Flaky test. Very open to contributions on fixing this")
def test_open_mfdataset_manyfiles(
readengine, nfiles, parallel, chunks, file_cache_maxsize
):
Expand Down

0 comments on commit 338fc92

Please sign in to comment.