Disable random_test_with_custom_prng on CPU under msan.

This test flakily times out in CI.

PiperOrigin-RevId: 535293997
This commit is contained in:
Peter Hawkins 2023-05-25 10:05:37 -07:00 committed by jax authors
parent 24928a507b
commit 32026ad18b

View File

@ -657,7 +657,8 @@ jax_test(
args = ["--jax_enable_custom_prng=true"],
backend_tags = {
"cpu": [
"noasan", # Times out under asan/tsan.
"noasan", # Times out under asan/msan/tsan.
"nomsan",
"notsan",
],
"tpu": [