Disable tsan CI for random_test_with_custom_prng to avoid timeouts.

asan is already disabled, and the comment and "cpu" case indicates
that tsan should already have been disabled as well.

PiperOrigin-RevId: 528000458
This commit is contained in:
Skye Wanderman-Milne 2023-04-28 15:26:14 -07:00 committed by jax authors
parent b8f3caf4b7
commit c662fd216d

View File

@ -653,6 +653,7 @@ jax_test(
],
"tpu": [
"noasan", # Times out under asan/tsan.
"notsan",
"optonly",
],
},