Skip to content

Commit

Permalink
Xfail failing test on main
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Aug 21, 2021
1 parent 48a9dbe commit ca88407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/test_sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit ca88407

Please sign in to comment.