mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Disable tests under sanitizers that are timing out in CI.
PiperOrigin-RevId: 475839926
This commit is contained in:
parent
fd90f40c45
commit
d0e1c3e684
@ -189,6 +189,9 @@ jax_test(
|
||||
jax_test(
|
||||
name = "pjit_test",
|
||||
srcs = ["pjit_test.py"],
|
||||
backend_tags = {
|
||||
"tpu": ["notsan"], # Times out under tsan.
|
||||
},
|
||||
pjrt_c_api_bypass = True,
|
||||
shard_count = {
|
||||
"cpu": 5,
|
||||
@ -530,6 +533,12 @@ jax_test(
|
||||
jax_test(
|
||||
name = "pmap_test",
|
||||
srcs = ["pmap_test.py"],
|
||||
backend_tags = {
|
||||
"tpu": [
|
||||
"noasan",
|
||||
"notsan",
|
||||
], # Times out under asan/tsan.
|
||||
},
|
||||
pjrt_c_api_bypass = True,
|
||||
shard_count = {
|
||||
"cpu": 30,
|
||||
|
Loading…
x
Reference in New Issue
Block a user