Skip to content

Commit 8b13963

Browse files
authored
TST: fix a typo in pytorch skiplist
Observed as blocking #286
1 parent a5a1d8b commit 8b13963

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

torch-xfails.txt

+3-1
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]
148150
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[neq]
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)