Disabled nn_test under asan on TPU as well, since it also times out

PiperOrigin-RevId: 660950262
This commit is contained in:
Sergei Lebedev 2024-08-08 13:01:55 -07:00 committed by jax authors
parent efb7721671
commit d8eafc8ee3

View File

@ -692,6 +692,9 @@ jax_test(
"gpu": [
"noasan", # Times out under asan.
],
"tpu": [
"noasan", # Times out under asan.
],
},
shard_count = {
"cpu": 10,