Disable sparsify_test on CPU under tsan.

Under tsan this test times out in CI.

PiperOrigin-RevId: 531210930
This commit is contained in:
Peter Hawkins 2023-05-11 08:32:55 -07:00 committed by jax authors
parent 6a68750f35
commit 9471bb3045

View File

@ -778,7 +778,10 @@ jax_test(
srcs = ["sparsify_test.py"],
args = ["--jax_bcoo_cusparse_lowering=true"],
backend_tags = {
"cpu": ["noasan"], # Times out under asan
"cpu": [
"noasan", # Times out under asan
"notsan", # Times out under asan
],
"tpu": [
"noasan", # Times out under asan.
],