Disable xmap_test on TPU under asan due to CI timeouts.

PiperOrigin-RevId: 492994226
This commit is contained in:
Peter Hawkins 2022-12-05 06:51:28 -08:00 committed by jax authors
parent 55d6daacfa
commit 401fbb61a9

View File

@ -169,6 +169,9 @@ py_test(
jax_test(
name = "xmap_test",
srcs = ["xmap_test.py"],
backend_tags = {
"tpu": ["noasan"], # Times out.
},
pjrt_c_api_bypass = True,
shard_count = {
"cpu": 10,