From 61aa4153567c96cfc2e2187773153d4a206c0639 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Tue, 22 Nov 2022 12:48:03 -0800 Subject: [PATCH] Disable sparse_test_cpu under msan due to CI timeouts. PiperOrigin-RevId: 490312188 --- tests/BUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = {