Skip to content

Commit

Permalink
Disable tests that timeout in debug mode in CI
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 476157051
  • Loading branch information
nimiwio authored and jax authors committed Sep 22, 2022
1 parent a157982 commit d52de20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ jax_test(
"tpu": [
"cpu:8",
"noasan", # Times out.
"nodebug", # Times out.
"notsan", # Times out.
],
},
Expand Down Expand Up @@ -535,9 +536,10 @@ jax_test(
srcs = ["pmap_test.py"],
backend_tags = {
"tpu": [
"noasan",
"notsan",
], # Times out under asan/tsan.
"noasan", # Times out.
"nodebug", # Times out.
"notsan", # Times out.
],
},
pjrt_c_api_bypass = True,
shard_count = {
Expand Down

0 comments on commit d52de20

Please sign in to comment.