Skip to content

Commit 1aceff5

Browse files
committed
Add more skips for tests that crash on CI
1 parent 0cefa7b commit 1aceff5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torch-skips.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# These tests cause a core dump on CI, so we have to skip them entirely
2+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
23
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
34
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
45
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
6+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x, s)]
57
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]

0 commit comments

Comments
 (0)