aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tools
diff options
context:
space:
mode:
authorGravatar Olivia Nordquist <nolivia@google.com>2018-09-06 16:49:19 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-06 17:00:05 -0700
commitb096c494716b491f0be8fdc504168394d12f6c51 (patch)
tree815ddcb4d2b80d6017860bfe14fd7fa4c492d953 /tensorflow/python/tools
parente583f1090f56f2fd992a34bd920975146f1bb3c1 (diff)
removing a test thats timing out on tap
PiperOrigin-RevId: 211892456
Diffstat (limited to 'tensorflow/python/tools')
-rw-r--r--tensorflow/python/tools/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/tools/BUILD b/tensorflow/python/tools/BUILD
index 01d43e09d1..1c1a1a54cd 100644
--- a/tensorflow/python/tools/BUILD
+++ b/tensorflow/python/tools/BUILD
@@ -137,6 +137,7 @@ py_test(
size = "small",
srcs = ["strip_unused_test.py"],
srcs_version = "PY2AND3",
+ tags = ["notap"],
deps = [
":strip_unused_lib",
"//tensorflow/core:protos_all_py",