Skip to content

Commit 37149e4

Browse files
committed
nit
1 parent ccc5346 commit 37149e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ class TestIn1D:
2828
pytest.param(
2929
15,
3030
id="slow path",
31-
marks=pytest.mark.xfail_xp_backend(Backend.DASK, reason="no argsort"),
31+
marks=pytest.mark.xfail_xp_backend(
32+
Backend.DASK, reason="NaN-shaped array"
33+
),
3234
),
3335
],
3436
)

0 commit comments

Comments
 (0)