From 8b13963d1e6e30e58bb0a0b600619caf718e2636 Mon Sep 17 00:00:00 2001
From: Evgeni Burovski <evgeny.burovskiy@gmail.com>
Date: Sun, 23 Mar 2025 01:07:46 +0100
Subject: [PATCH] TST: fix a typo in pytorch skiplist

Observed as blocking https://github.com/data-apis/array-api-compat/pull/286
---
 torch-xfails.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/torch-xfails.txt b/torch-xfails.txt
index 6e8f7dc6..2970ec4e 100644
--- a/torch-xfails.txt
+++ b/torch-xfails.txt
@@ -144,10 +144,12 @@ 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]
+
+# https://github.com/pytorch/pytorch/issues/149815
 array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[equal]
 array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[neq]
 array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[less]
-array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[les_equal]
+array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[less_equal]
 array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[greater]
 array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[greater_equal]