From 8294269fada3a9f4d2c2319636d9ed08296c91f9 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 8 May 2023 04:49:44 -0400 Subject: [PATCH] Skip flaky test --- python-xarray.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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