Skip to content

Commit 7285f10

Browse files
hawkinspGoogle-ML-Automation
authored andcommitted
Disable lax_test on ARM in Google's internal CI.
There are numerical errors from the complex plane function tests. PiperOrigin-RevId: 694579368
1 parent 8f169e7 commit 7285f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ jax_multiplatform_test(
551551
name = "lax_test",
552552
srcs = ["lax_test.py"],
553553
backend_tags = {
554+
"cpu": ["not_run:arm"], # Numerical issues, including https://github.com/jax-ml/jax/issues/24787
554555
"tpu": ["noasan"], # Times out.
555556
},
556557
shard_count = {

0 commit comments

Comments
 (0)