# Known failures for the array api tests.

# JAX doesn't yet support scalar boolean indexing
array_api_tests/test_array_object.py::test_getitem_masking

# Test suite attempts in-place mutation:
array_api_tests/test_special_cases.py::test_binary
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
