Internal change

PiperOrigin-RevId: 585961348
This commit is contained in:
Adam Paszke 2023-11-28 06:51:30 -08:00 committed by jax authors
parent 66f9078d46
commit 95f32b9bc2

View File

@ -384,7 +384,10 @@ jax_test(
name = "lax_numpy_test",
srcs = ["lax_numpy_test.py"],
backend_tags = {
"cpu": ["noasan"], # Test times out.
"cpu": [
"noasan",
"notsan",
], # Test times out.
"tpu": ["noasan"], # Test times out.
},
shard_count = {