Skip ASAN tests for the big Mosaic GPU tests

They are timing out.

PiperOrigin-RevId: 735804647
This commit is contained in:
Adam Paszke 2025-03-11 10:27:37 -07:00 committed by jax authors
parent 30a9e1b3bf
commit 6f7ce9d048

View File

@ -39,7 +39,10 @@ jax_multiplatform_test(
],
env = {"XLA_FLAGS": "--xla_gpu_autotune_level=0"},
shard_count = 16,
tags = ["multiaccelerator"],
tags = [
"multiaccelerator",
"noasan", # Times out.
],
deps = [
"//jax:mosaic_gpu",
] + py_deps("absl/testing") + py_deps("numpy"),