From b94efc1f5e490a23c0ca74aafb93cc3118471f46 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Tue, 15 Apr 2025 14:37:45 +0200 Subject: [PATCH] TST: skip testing nextafter with scalars on torch --- torch-xfails.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/torch-xfails.txt b/torch-xfails.txt index f8333d90..538403a3 100644 --- a/torch-xfails.txt +++ b/torch-xfails.txt @@ -144,6 +144,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_sc array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[logaddexp] array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[maximum] array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[minimum] +array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[nextafter] # https://github.com/pytorch/pytorch/issues/149815 array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[equal]