aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/rnn
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-05-30 10:35:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-30 10:38:37 -0700
commit2bb9fe8d202b2400219d45a8a2185a02dd070fb5 (patch)
treecf4c6a4a6bc706d6dd6d4167651fba2e68a87fbd /tensorflow/contrib/rnn
parent5eb510994043d1342170f657860196be0b7ed15c (diff)
Disable flaky fused_rnn_cell_test
PiperOrigin-RevId: 198582181
Diffstat (limited to 'tensorflow/contrib/rnn')
-rw-r--r--tensorflow/contrib/rnn/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/contrib/rnn/BUILD b/tensorflow/contrib/rnn/BUILD
index 43c0f75955..4eb5c920b3 100644
--- a/tensorflow/contrib/rnn/BUILD
+++ b/tensorflow/contrib/rnn/BUILD
@@ -193,6 +193,10 @@ tf_py_test(
"//tensorflow/python:variable_scope",
"//tensorflow/python:variables",
],
+ tags = [
+ "manual",
+ "notap",
+ ],
)
cuda_py_tests(