mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
Disable tests that timeout in debug mode in CI
PiperOrigin-RevId: 476157051
This commit is contained in:
parent
a157982e8c
commit
d52de206cb
@ -477,6 +477,7 @@ jax_test(
|
||||
"tpu": [
|
||||
"cpu:8",
|
||||
"noasan", # Times out.
|
||||
"nodebug", # Times out.
|
||||
"notsan", # Times out.
|
||||
],
|
||||
},
|
||||
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user