aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/recurrent/BUILD
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-06-18 13:29:07 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-18 13:31:58 -0700
commit3d3196f34173e5c6e1f9297e2fcd4c316fe903fd (patch)
treea76f1e3e2066992c242593f6bbda6ade3ba2f709 /tensorflow/contrib/recurrent/BUILD
parent75b99747801cba87362c6943d0254f3638a3f1d4 (diff)
Disable large tests in fastbuild mode.
PiperOrigin-RevId: 201048439
Diffstat (limited to 'tensorflow/contrib/recurrent/BUILD')
-rw-r--r--tensorflow/contrib/recurrent/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/contrib/recurrent/BUILD b/tensorflow/contrib/recurrent/BUILD
index b3cb04ce26..f9827f766d 100644
--- a/tensorflow/contrib/recurrent/BUILD
+++ b/tensorflow/contrib/recurrent/BUILD
@@ -102,5 +102,8 @@ cuda_py_tests(
"//tensorflow/python:variable_scope",
"//tensorflow/python:variables",
],
- tags = ["nopip"],
+ tags = [
+ "nopip",
+ "optonly",
+ ],
)