mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Disable more tests under tsan/asan.
PiperOrigin-RevId: 488406459
This commit is contained in:
parent
7c6a65bee2
commit
da130cb074
@ -606,6 +606,9 @@ jax_test(
|
||||
jax_test(
|
||||
name = "random_test",
|
||||
srcs = ["random_test.py"],
|
||||
backend_tags = {
|
||||
"cpu": ["notsan"], # Times out
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 30,
|
||||
"gpu": 30,
|
||||
@ -705,7 +708,10 @@ jax_test(
|
||||
"tpu": 50,
|
||||
"iree": 10,
|
||||
},
|
||||
tags = ["noasan"], # Test times out under asan.
|
||||
tags = [
|
||||
"noasan",
|
||||
"notsan",
|
||||
], # Test times out under asan/tsan.
|
||||
deps = [
|
||||
"//jax:experimental_sparse",
|
||||
] + py_deps("scipy"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user