mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
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:
parent
24928a507b
commit
32026ad18b
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user