Skip to content

Commit

Permalink
Disabled nn_test under asan on TPU as well, since it also times out
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 660950262
  • Loading branch information
superbobry authored and jax authors committed Aug 8, 2024
1 parent efb7721 commit d8eafc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,9 @@ jax_test(
"gpu": [
"noasan", # Times out under asan.
],
"tpu": [
"noasan", # Times out under asan.
],
},
shard_count = {
"cpu": 10,
Expand Down

0 comments on commit d8eafc8

Please sign in to comment.