Disable tsan on linalg_test on TPU.

The test is too slow under tsan and times out in CI.

PiperOrigin-RevId: 465570229
This commit is contained in:
Peter Hawkins 2022-08-05 08:33:11 -07:00 committed by jax authors
parent 3330eb5356
commit efe1b6b44c

View File

@ -464,6 +464,7 @@ jax_test(
"tpu": [
"cpu:8",
"noasan", # Times out.
"notsan", # Times out.
],
},
shard_count = {