Disable 2 failing jax tests.

PiperOrigin-RevId: 514515343
This commit is contained in:
jax authors 2023-03-06 13:50:03 -08:00
parent 7d154103e3
commit 00f1abe401

View File

@ -743,6 +743,7 @@ jax_test(
},
tags = [
"noasan",
"notap", # TODO(b/271883906): Failing on xla.opt.debug.tpu_hw tap
"notsan",
], # Times out
)