diff --git a/properties/test_pandas_roundtrip.py b/properties/test_pandas_roundtrip.py index ce555676aa7..3098f17e455 100644 --- a/properties/test_pandas_roundtrip.py +++ b/properties/test_pandas_roundtrip.py @@ -125,6 +125,7 @@ def test_roundtrip_pandas_dataframe(df) -> None: xr.testing.assert_identical(arr, roundtripped.to_xarray()) +@pytest.mark.xfail(reason="https://github.com/pandas-dev/pandas/issues/65712") @given(df=dataframe_strategy()) def test_roundtrip_pandas_dataframe_datetime(df) -> None: # Need to name the indexes, otherwise Xarray names them 'dim_0', 'dim_1'.