removing a test thats timing out on tap

PiperOrigin-RevId: 211892456
This commit is contained in:
Olivia Nordquist 2018-09-06 16:49:19 -07:00 committed by TensorFlower Gardener
parent e583f1090f
commit b096c49471

View File

@ -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",