Skip CPU ASAN in scipy special function tests

They just take too long under ASAN

PiperOrigin-RevId: 725965329
This commit is contained in:
Adam Paszke 2025-02-12 02:12:36 -08:00 committed by jax authors
parent 5ad89006c3
commit 8eea88626f

View File

@ -565,6 +565,7 @@ jax_multiplatform_test(
srcs = ["lax_scipy_special_functions_test.py"],
backend_tags = {
"gpu": ["noasan"], # Times out.
"cpu": ["noasan"], # Times out.
},
shard_count = {
"cpu": 20,