diff --git a/python-xarray.spec b/python-xarray.spec index 97a509c..148436b 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -113,8 +113,8 @@ rm -rf xarray pytest_args=( -n auto -m "not network" - # https://bugzilla.redhat.com/show_bug.cgi?id=2113663 - -k 'not test_open_nczarr' + # https://github.com/pydata/xarray/issues/7513 + -k 'not test_open_mfdataset_manyfiles' ) %{pytest} -ra "${pytest_args[@]}" --pyargs xarray