Skip to content

Commit 23841df

Browse files
committed
TST: update the torch skiplist
1 parent 89466a6 commit 23841df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

torch-xfails.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,12 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_sc
144144
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[logaddexp]
145145
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[maximum]
146146
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[minimum]
147+
148+
# https://github.com/pytorch/pytorch/issues/149815
147149
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[equal]
148-
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[neq]
150+
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[not_equal]
149151
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[less]
150-
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[les_equal]
152+
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[less_equal]
151153
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[greater]
152154
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[greater_equal]
153155

0 commit comments

Comments
 (0)