From efe1b6b44c5eb25daffca1e8106526f09348bc3f Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Fri, 5 Aug 2022 08:33:11 -0700 Subject: [PATCH] Disable tsan on linalg_test on TPU. The test is too slow under tsan and times out in CI. PiperOrigin-RevId: 465570229 --- tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/BUILD b/tests/BUILD index 9d8ad07fb..55c3b13c0 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -464,6 +464,7 @@ jax_test( "tpu": [ "cpu:8", "noasan", # Times out. + "notsan", # Times out. ], }, shard_count = {