From 00f1abe401c0d8fc9dead1fae0aaf21feaf9b84d Mon Sep 17 00:00:00 2001 From: jax authors Date: Mon, 6 Mar 2023 13:50:03 -0800 Subject: [PATCH] Disable 2 failing jax tests. PiperOrigin-RevId: 514515343 --- tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/BUILD b/tests/BUILD index bc61f1bfe..47c6fb870 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -743,6 +743,7 @@ jax_test( }, tags = [ "noasan", + "notap", # TODO(b/271883906): Failing on xla.opt.debug.tpu_hw tap "notsan", ], # Times out )