Skip to content

Commit c10c992

Browse files
authored
xfail test_uamiv_format_write (#3885)
* xfail test_uamiv_format_write * add reason kwarg * xfail test_dayofyear_after_cftime_range
1 parent ee3c876 commit c10c992

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

xarray/tests/test_backends.py

+1
Original file line numberDiff line numberDiff line change
@@ -3548,6 +3548,7 @@ def test_uamiv_format_mfread(self):
35483548
assert_allclose(expected, actual)
35493549
camxfile.close()
35503550

3551+
@pytest.mark.xfail(reason="Flaky; see GH3711")
35513552
def test_uamiv_format_write(self):
35523553
fmtkw = {"format": "uamiv"}
35533554

xarray/tests/test_cftime_offsets.py

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

11781178

1179+
@pytest.mark.xfail(reason="See GH3885")
11791180
@pytest.mark.parametrize("freq", ["A", "M", "D"])
11801181
def test_dayofyear_after_cftime_range(freq):
11811182
pytest.importorskip("cftime", minversion="1.0.2.1")

0 commit comments

Comments
 (0)