Skip to content

Commit b084064

Browse files
Un-xfail test_dayofyear_after_cftime_range (#3907)
1 parent acf7d41 commit b084064

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xarray/tests/test_cftime_offsets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,6 @@ def test_dayofweek_after_cftime_range(freq):
11761176
np.testing.assert_array_equal(result, expected)
11771177

11781178

1179-
@pytest.mark.xfail(reason="See GH3885")
11801179
@pytest.mark.parametrize("freq", ["A", "M", "D"])
11811180
def test_dayofyear_after_cftime_range(freq):
11821181
pytest.importorskip("cftime", minversion="1.0.2.1")

0 commit comments

Comments
 (0)