diff --git a/tests/BUILD b/tests/BUILD index 12e4a0fe7..562b0609c 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -726,7 +726,10 @@ jax_test( srcs = ["sparse_test.py"], args = ["--jax_bcoo_cusparse_lowering=true"], backend_tags = { - "cpu": ["notsan"], # Times out + "cpu": [ + "nomsan", # Times out + "notsan", # Times out + ], "tpu": ["optonly"], }, shard_count = {