diff --git a/.github/workflows/jax-array-api.yml b/.github/workflows/jax-array-api.yml index 1b1f2e42db92..212624d6b80b 100644 --- a/.github/workflows/jax-array-api.yml +++ b/.github/workflows/jax-array-api.yml @@ -25,7 +25,7 @@ jobs: with: repository: data-apis/array-api-tests # TODO(jakevdp) update this to a stable release/tag when available. - ref: 'ae0017abb7ed64308e9fd6193d82225765536dd1' # Latest commit as of 2024-01-10 + ref: 'd0d9696b00eefd08aa3a0024688801ce9d206a5f' # Latest commit as of 2024-02-05 submodules: 'true' path: 'array-api-tests' - name: Set up Python ${{ matrix.python-version }} diff --git a/jax/experimental/array_api/skips.txt b/jax/experimental/array_api/skips.txt index 9a7557dd0369..64cf979a177e 100644 --- a/jax/experimental/array_api/skips.txt +++ b/jax/experimental/array_api/skips.txt @@ -9,7 +9,6 @@ array_api_tests/test_special_cases.py::test_iop array_api_tests/test_special_cases.py::test_nan_propagation array_api_tests/test_special_cases.py::test_unary array_api_tests/test_array_object.py::test_setitem -array_api_tests/test_creation_functions.py::test_asarray_arrays # fft test suite is buggy as of 83f0bcdc array_api_tests/test_fft.py