aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2018-04-26 08:53:46 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-26 08:56:45 -0700
commitacb55632cfc72d952340b9bc86f821f1df8f293a (patch)
tree2e4a547cd228de9652d0ff879bbca3acc1307296 /tensorflow/python/debug
parent4eac28aa45e853d5194eb8a12ca518ec4f95d97d (diff)
tfdbg: disable grpc_large_data_test on ASAN
PiperOrigin-RevId: 194402869
Diffstat (limited to 'tensorflow/python/debug')
-rw-r--r--tensorflow/python/debug/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD
index 250b4b1b6a..b5760df1ed 100644
--- a/tensorflow/python/debug/BUILD
+++ b/tensorflow/python/debug/BUILD
@@ -1003,6 +1003,7 @@ cuda_py_test(
tags = [
"no_oss", # Test flaky due to port collisions.
"no_windows",
+ "noasan", # Times out due to size of test (b/73731462).
"oss_serial",
],
)