mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Disable tests that time out in CI.
PiperOrigin-RevId: 532792740
This commit is contained in:
parent
eaf7eb2626
commit
e6628e2e72
@ -416,6 +416,9 @@ jax_test(
|
||||
jax_test(
|
||||
name = "lax_test",
|
||||
srcs = ["lax_test.py"],
|
||||
backend_tags = {
|
||||
"tpu": ["noasan"], # Times out.
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 40,
|
||||
"gpu": 40,
|
||||
@ -629,7 +632,10 @@ jax_test(
|
||||
name = "random_test",
|
||||
srcs = ["random_test.py"],
|
||||
backend_tags = {
|
||||
"cpu": ["notsan"], # Times out
|
||||
"cpu": [
|
||||
"notsan", # Times out
|
||||
"nomsan", # Times out
|
||||
],
|
||||
"tpu": [
|
||||
"optonly",
|
||||
"nomsan", # Times out
|
||||
|
Loading…
x
Reference in New Issue
Block a user