mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
[JAX] Disable qdwh_test in asan/msan/tsan configurations on TPU.
This test is flakily timing out in CI, the sanitizers probably push the test over its time bound. PiperOrigin-RevId: 642695381
This commit is contained in:
parent
987a2f0850
commit
339027d7ab
@ -784,6 +784,13 @@ jax_test(
|
||||
jax_test(
|
||||
name = "qdwh_test",
|
||||
srcs = ["qdwh_test.py"],
|
||||
backend_tags = {
|
||||
"tpu": [
|
||||
"noasan", # Times out
|
||||
"nomsan", # Times out
|
||||
"notsan", # Times out
|
||||
],
|
||||
},
|
||||
shard_count = 10,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user