diff --git a/tests/BUILD b/tests/BUILD index 17fc08ad4..c957bc94c 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -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,