Skip flaky test

This commit is contained in:
Elliott Sales de Andrade
2023-05-08 04:49:44 -04:00
parent ea961bf619
commit 8294269fad
+2 -2
View File
@@ -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