Disabled lax_scipy_special_functions_test under ASAN on GPU.

This test is slow and times out in CI.

PiperOrigin-RevId: 600527658
This commit is contained in:
Peter Hawkins 2024-01-22 12:02:07 -08:00 committed by jax authors
parent a415b567d3
commit 25e4acfe25

View File

@ -516,6 +516,9 @@ jax_test(
jax_test(
name = "lax_scipy_special_functions_test",
srcs = ["lax_scipy_special_functions_test.py"],
backend_tags = {
"gpu": ["noasan"], # Times out.
},
shard_count = {
"cpu": 20,
"gpu": 20,