From c662fd216dec10cdb2cff4138b4318bb98853134 Mon Sep 17 00:00:00 2001 From: Skye Wanderman-Milne Date: Fri, 28 Apr 2023 15:26:14 -0700 Subject: [PATCH] Disable tsan CI for random_test_with_custom_prng to avoid timeouts. asan is already disabled, and the comment and "cpu" case indicates that tsan should already have been disabled as well. PiperOrigin-RevId: 528000458 --- tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/BUILD b/tests/BUILD index ff686aaa1..e75480316 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -653,6 +653,7 @@ jax_test( ], "tpu": [ "noasan", # Times out under asan/tsan. + "notsan", "optonly", ], },