Mark scipy_signal_test and sparse_test optonly because it times out under debug mode.

PiperOrigin-RevId: 487533356
This commit is contained in:
Yash Katariya 2022-11-10 07:38:21 -08:00 committed by jax authors
parent 71360edf90
commit cc41ee85c4

View File

@ -656,6 +656,7 @@ jax_test(
"tpu": [
"noasan",
"notsan",
"optonly",
], # Test times out under asan/tsan.
},
shard_count = {
@ -684,6 +685,7 @@ jax_test(
"cpu": [
"noasan", # Test times out under asan.
],
"tpu": ["optonly"],
},
shard_count = {
"cpu": 40,