Skip to content

Commit 28bdcf0

Browse files
authored
Xfail failing test on main (#5729)
1 parent 48a9dbe commit 28bdcf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/tests/test_sparse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ def test_sparse_coords(self):
854854
)
855855

856856

857+
@pytest.mark.xfail(reason="https://github.com/pydata/xarray/issues/5654")
857858
@requires_dask
858859
def test_chunk():
859860
s = sparse.COO.from_numpy(np.array([0, 0, 1, 2]))

0 commit comments

Comments
 (0)