diff --git a/xarray/tests/test_sparse.py b/xarray/tests/test_sparse.py index 7401b15da42..044600a7f3c 100644 --- a/xarray/tests/test_sparse.py +++ b/xarray/tests/test_sparse.py @@ -854,6 +854,7 @@ def test_sparse_coords(self): ) +@pytest.mark.xfail(reason="https://github.com/pydata/xarray/issues/5654") @requires_dask def test_chunk(): s = sparse.COO.from_numpy(np.array([0, 0, 1, 2]))