Skip to content

Commit 338fc92

Browse files
authored
xfail flaky test (#8299)
* xfail flaky test Would be better to fix it, but in lieu of fixing, better to skip it * .
1 parent 25e6e08 commit 338fc92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/tests/test_backends.py

+1
Original file line numberDiff line numberDiff line change
@@ -3459,6 +3459,7 @@ def skip_if_not_engine(engine):
34593459

34603460
@requires_dask
34613461
@pytest.mark.filterwarnings("ignore:use make_scale(name) instead")
3462+
@pytest.mark.xfail(reason="Flaky test. Very open to contributions on fixing this")
34623463
def test_open_mfdataset_manyfiles(
34633464
readengine, nfiles, parallel, chunks, file_cache_maxsize
34643465
):

0 commit comments

Comments
 (0)