diff --git a/tensorflow/python/tools/BUILD b/tensorflow/python/tools/BUILD index 01d43e09d1e..1c1a1a54cdd 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",