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'))