mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Disabled lax_scipy_special_functions_test under ASAN on GPU.
This test is slow and times out in CI. PiperOrigin-RevId: 600527658
This commit is contained in:
parent
a415b567d3
commit
25e4acfe25
@ -516,6 +516,9 @@ jax_test(
|
|||||||
jax_test(
|
jax_test(
|
||||||
name = "lax_scipy_special_functions_test",
|
name = "lax_scipy_special_functions_test",
|
||||||
srcs = ["lax_scipy_special_functions_test.py"],
|
srcs = ["lax_scipy_special_functions_test.py"],
|
||||||
|
backend_tags = {
|
||||||
|
"gpu": ["noasan"], # Times out.
|
||||||
|
},
|
||||||
shard_count = {
|
shard_count = {
|
||||||
"cpu": 20,
|
"cpu": 20,
|
||||||
"gpu": 20,
|
"gpu": 20,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user