File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # This test causes a core dump on CI, so we have to skip it entirely (it
2
- # should actually pass)
1
+ # These tests cause a core dump on CI, so we have to skip them entirely
3
2
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
3
+ array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1
58
58
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
59
59
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
60
60
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1, x2)]
61
- array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
61
+ # This test is skipped instead of xfailed because it causes core dumps on CI
62
+ # array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
62
63
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
63
64
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
64
65
You can’t perform that action at this time.
0 commit comments