Skip to content

Commit

Permalink
xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Mar 15, 2024
1 parent de5c326 commit 0083a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -3420,7 +3420,7 @@ def test_to_dataframe_0length(self) -> None:

@requires_dask_expr
@requires_dask
@pytest.mark.xfail("dask-expr is broken")
@pytest.mark.xfail(reason="dask-expr is broken")
def test_to_dask_dataframe(self) -> None:
arr_np = np.arange(3 * 4).reshape(3, 4)
arr = DataArray(arr_np, [("B", [1, 2, 3]), ("A", list("cdef"))], name="foo")
Expand Down

0 comments on commit 0083a58

Please sign in to comment.