Skip to content

Commit 6354cd9

Browse files
committed
Add a missing torch xfail
1 parent 0857b86 commit 6354cd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch-xfails.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_
5151
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x1, x2)]
5252
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
5353
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
54+
array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[__ne__(x1, x2)]
5455
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
5556
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
5657
array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]

0 commit comments

Comments
 (0)