aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-20 11:36:07 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-20 11:38:47 -0700
commitf57f7d09eeb7402f2455564fafbcebf7ac4b8fe3 (patch)
tree2d89effe18f31a2689a9f069762841c68b7364c3
parent4e5900eb874668e569cfa1b75c463a9f0b15738f (diff)
Don't run tensorflow/python:function_test under asan.
It gets flaky timeouts. PiperOrigin-RevId: 189777986
-rw-r--r--tensorflow/python/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 7ece482ea7..11195b3565 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -1034,6 +1034,7 @@ cuda_py_tests(
"//tensorflow/core:protos_all_py",
],
shard_count = 10,
+ tags = ["noasan"],
)
py_test(