Skip to content

Commit 28ec0ac

Browse files
committed
Remove XFAIL in at_ tests
1 parent 9a84213 commit 28ec0ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_at.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ def test_incompatible_dtype(
208208
z = at_op(x, idx, op, 1.1, copy=copy)
209209

210210
elif library is Backend.DASK:
211-
if op in (_AtOp.MIN, _AtOp.MAX):
212-
pytest.xfail(reason="need array-api-compat 1.11")
213211
z = at_op(x, idx, op, 1.1, copy=copy)
214212

215213
elif library is Backend.ARRAY_API_STRICT and op is not _AtOp.SET:

0 commit comments

Comments
 (0)