mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 12:56:07 +00:00
Tag several tests as optonly to prevent test timeouts in debug mode CI builds.
PiperOrigin-RevId: 488950972
This commit is contained in:
parent
f2bd1afb7e
commit
51c69ac594
@ -621,6 +621,7 @@ jax_test(
|
||||
srcs = ["random_test.py"],
|
||||
backend_tags = {
|
||||
"cpu": ["notsan"], # Times out
|
||||
"tpu": ["optonly"],
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 30,
|
||||
@ -641,6 +642,7 @@ jax_test(
|
||||
"noasan",
|
||||
"notsan",
|
||||
], # Times out under asan/tsan.
|
||||
"tpu": ["optonly"],
|
||||
},
|
||||
main = "random_test.py",
|
||||
shard_count = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user