mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Disable more tests that are flaky in CI.
PiperOrigin-RevId: 529724306
This commit is contained in:
parent
a6254c75e0
commit
e8c735125c
@ -630,7 +630,10 @@ jax_test(
|
||||
srcs = ["random_test.py"],
|
||||
backend_tags = {
|
||||
"cpu": ["notsan"], # Times out
|
||||
"tpu": ["optonly"],
|
||||
"tpu": [
|
||||
"optonly",
|
||||
"nomsan", # Times out
|
||||
],
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 30,
|
||||
@ -775,6 +778,7 @@ jax_test(
|
||||
srcs = ["sparsify_test.py"],
|
||||
args = ["--jax_bcoo_cusparse_lowering=true"],
|
||||
backend_tags = {
|
||||
"cpu": ["noasan"], # Times out under asan
|
||||
"tpu": [
|
||||
"noasan", # Times out under asan.
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user