Disable sparse_test_cpu under msan due to CI timeouts.

PiperOrigin-RevId: 490312188
This commit is contained in:
Peter Hawkins 2022-11-22 12:48:03 -08:00 committed by jax authors
parent 518fe6656c
commit 61aa415356

View File

@ -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 = {