mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Skip CPU ASAN in scipy special function tests
They just take too long under ASAN PiperOrigin-RevId: 725965329
This commit is contained in:
parent
5ad89006c3
commit
8eea88626f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user