From ba4f9812edfd52272c3861c9bbd92c9abc663836 Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Thu, 8 Aug 2024 10:57:18 +0200 Subject: [PATCH] skip one mftest --- tests/python/test_xarray_backend.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/test_xarray_backend.py b/tests/python/test_xarray_backend.py index c215f88..c332d54 100644 --- a/tests/python/test_xarray_backend.py +++ b/tests/python/test_xarray_backend.py @@ -35,6 +35,7 @@ def test_coads_nc(coads, plot): plt.show() +@pytest.mark.skip(reason = 'xarray, cftime, pandas no longer manages to decode dates here') def test_xarray_mfdataset(data): urls = [str(data / 'jan.nc4'), str(data / 'feb.nc4')] ds = xr.decode_cf(xr.open_mfdataset(urls, engine='hidefix'))