From b92bae4423c1d96f3b696e5f931ffc6324fd2b14 Mon Sep 17 00:00:00 2001 From: vfdev-5 Date: Thu, 30 May 2024 08:38:49 +0000 Subject: [PATCH] Added a link to array-api-tests fix for the tests --- jax/experimental/array_api/skips.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/jax/experimental/array_api/skips.txt b/jax/experimental/array_api/skips.txt index 6da8afb6591e..c865fabcfb55 100644 --- a/jax/experimental/array_api/skips.txt +++ b/jax/experimental/array_api/skips.txt @@ -23,6 +23,7 @@ array_api_tests/test_signatures.py::test_func_signature[logical_xor] array_api_tests/test_searching_functions.py::test_searchsorted # Various info functions not yet defined +# Pending bugfix, see https://github.com/data-apis/array-api-tests/pull/262 array_api_tests/test_has_names.py::test_has_names[info-capabilities] array_api_tests/test_has_names.py::test_has_names[info-default_device] array_api_tests/test_has_names.py::test_has_names[info-default_dtypes]