Skip to content

Commit

Permalink
xfail a cftime test
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jan 21, 2024
1 parent 131c023 commit f55e7d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xarray/tests/test_cftime_offsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
[
Expand Down

0 comments on commit f55e7d5

Please sign in to comment.