Tag several tests as optonly to prevent test timeouts in debug mode CI builds.

PiperOrigin-RevId: 488950972
This commit is contained in:
Peter Hawkins 2022-11-16 08:46:57 -08:00 committed by jax authors
parent f2bd1afb7e
commit 51c69ac594

View File

@ -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 = {