Skip to content

Commit 0bd6c4f

Browse files
committed
TST: add a skip
1 parent d717519 commit 0bd6c4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

array-api-tests-xfails.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]
44
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
55

6+
# observed in releasing 2.3.1
7+
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
8+
69
# The test suite is incorrectly checking sums that have loss of significance
710
# (https://github.com/data-apis/array-api-tests/issues/168)
811
array_api_tests/test_statistical_functions.py::test_sum

0 commit comments

Comments
 (0)