aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/legacy_seq2seq
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-13 17:23:32 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-13 17:27:57 -0700
commita2df786144cae1ffdf44d051b7fe8a12dabf8ccb (patch)
tree8c11077f8c788892234b54de587daaa7c9893524 /tensorflow/contrib/legacy_seq2seq
parentc311449c76433be7ead189c0acc7202d2e884513 (diff)
Disable contrib tests on ASAN that are sometimes timing out.
PiperOrigin-RevId: 161890056
Diffstat (limited to 'tensorflow/contrib/legacy_seq2seq')
-rw-r--r--tensorflow/contrib/legacy_seq2seq/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/legacy_seq2seq/BUILD b/tensorflow/contrib/legacy_seq2seq/BUILD
index 119f0e67be..1fa55132b1 100644
--- a/tensorflow/contrib/legacy_seq2seq/BUILD
+++ b/tensorflow/contrib/legacy_seq2seq/BUILD
@@ -58,6 +58,7 @@ cuda_py_tests(
"//tensorflow/python:variable_scope",
"//tensorflow/python:variables",
],
+ tags = ["noasan"], # times out b/63678675
)
filegroup(