Skip to content

Commit 026936a

Browse files
committed
switch to skip, XPASS is not allwoed
1 parent 7a9d10d commit 026936a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def test_orthogonal_indexing_fallback_on_getitem_2d(
424424
np.testing.assert_array_equal(z[index], expected_result)
425425

426426

427-
@pytest.mark.xfail(reason="fails on ubuntu, windows; numpy=2.2; in CI")
427+
@pytest.mark.skip(reason="fails on ubuntu, windows; numpy=2.2; in CI")
428428
def test_setitem_repeated_index():
429429
array = zarr.array(data=np.zeros((4,)), chunks=(1,))
430430
indexer = np.array([-1, -1, 0, 0])

0 commit comments

Comments
 (0)