aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-10-05 12:42:01 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-05 13:48:06 -0700
commit15bae7ca0b11c180ecc4b14934df279707ec9868 (patch)
tree4908330db317c99d5a6d569319f551e2c57ec56f /tensorflow/examples/learn/BUILD
parenta7411c9e578bb9f53dfece35bf19650fad458a09 (diff)
Add notap tag to //tensorflow/examples/learn:examples_test test in addition to manual.
Change: 135273600
Diffstat (limited to 'tensorflow/examples/learn/BUILD')
-rw-r--r--tensorflow/examples/learn/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/examples/learn/BUILD b/tensorflow/examples/learn/BUILD
index 2e7ede44c4..2966dc7976 100644
--- a/tensorflow/examples/learn/BUILD
+++ b/tensorflow/examples/learn/BUILD
@@ -160,7 +160,10 @@ sh_test(
":text_classification_cnn",
":wide_n_deep_tutorial",
],
- tags = ["manual"],
+ tags = [
+ "manual",
+ "notap",
+ ],
)
filegroup(