From 2921d2ed935a70d6e46e948072d4a5a17dd89797 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 3 Apr 2020 09:08:11 -0700 Subject: [PATCH] Disable a test configuration. PiperOrigin-RevId: 304627559 Change-Id: I1b8ad676888e8996492ad34010752d02091f5709 --- tensorflow/compiler/xla/tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/compiler/xla/tests/BUILD b/tensorflow/compiler/xla/tests/BUILD index 3255aa84685..4f9e3a4d083 100644 --- a/tensorflow/compiler/xla/tests/BUILD +++ b/tensorflow/compiler/xla/tests/BUILD @@ -2538,6 +2538,7 @@ xla_test( tags = [ "enable_for_xla_interpreter", "noasan", # sometimes times out, http://b/78650012 + "notsan", # sometimes times out, http://b/78650012 ], deps = [ ":test_macros_header",