Do not run nn_test under asan -- it times out

PiperOrigin-RevId: 660377176
This commit is contained in:
Sergei Lebedev 2024-08-07 07:13:25 -07:00 committed by jax authors
parent 3e5e947542
commit 3a1567f57a

View File

@ -688,6 +688,11 @@ jax_test(
jax_test(
name = "nn_test",
srcs = ["nn_test.py"],
backend_tags = {
"gpu": [
"noasan", # Times out under asan.
],
},
shard_count = {
"cpu": 10,
"tpu": 10,