Skip to content

Commit 4904411

Browse files
committed
Skip another test that crashes on CI
1 parent ea9c1e2 commit 4904411

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

torch-skips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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
32
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)]

torch-xfails.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1
5858
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
5959
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
6060
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)]
6263
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
6364
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
6465

0 commit comments

Comments
 (0)