From f55e7d55d23bd5d94140534eec90d46eb6b2e032 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sun, 21 Jan 2024 13:43:54 -0800 Subject: [PATCH] xfail a cftime test https://github.com/pydata/xarray/pull/8636#issuecomment-1902775153 --- xarray/tests/test_cftime_offsets.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xarray/tests/test_cftime_offsets.py b/xarray/tests/test_cftime_offsets.py index 0ffcb5e8ab9..68231ecd143 100644 --- a/xarray/tests/test_cftime_offsets.py +++ b/xarray/tests/test_cftime_offsets.py @@ -1377,6 +1377,9 @@ def test_date_range_errors() -> None: @requires_cftime +@pytest.mark.xfail( + reason="https://github.com/pydata/xarray/pull/8636#issuecomment-1902775153" +) @pytest.mark.parametrize( "start,freq,cal_src,cal_tgt,use_cftime,exp0,exp_pd", [