aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/test/BUILD')
-rw-r--r--tensorflow/tools/test/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD
index 28d651e910..159a8c1cfb 100644
--- a/tensorflow/tools/test/BUILD
+++ b/tensorflow/tools/test/BUILD
@@ -104,12 +104,3 @@ filegroup(
),
visibility = ["//tensorflow:__subpackages__"],
)
-
-py_test(
- name = "check_futures_test",
- size = "small",
- srcs = ["check_futures_test.py"],
- data = ["//tensorflow:all_opensource_files"],
- srcs_version = "PY2AND3",
- deps = ["@six_archive//:six"],
-)