mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Disable timing out sparse_test.py on msan
PiperOrigin-RevId: 503475670
This commit is contained in:
parent
068423bb96
commit
953910ab45
@ -744,8 +744,9 @@ jax_test(
|
|||||||
},
|
},
|
||||||
tags = [
|
tags = [
|
||||||
"noasan",
|
"noasan",
|
||||||
|
"nomsan",
|
||||||
"notsan",
|
"notsan",
|
||||||
], # Test times out under asan/tsan.
|
], # Test times out under asan/msan/tsan.
|
||||||
deps = [
|
deps = [
|
||||||
"//jax:experimental_sparse",
|
"//jax:experimental_sparse",
|
||||||
"//jax:sparse_test_util",
|
"//jax:sparse_test_util",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user