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/BUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD
index 23d9cc6444..bdf4037ca9 100644
--- a/tensorflow/tools/test/BUILD
+++ b/tensorflow/tools/test/BUILD
@@ -95,11 +95,10 @@ filegroup(
visibility = ["//tensorflow:__subpackages__"],
)
-# TODO(irving): Reenable once the all_opensource_files mess is resolved.
-# py_test(
-# name = "check_futures_test",
-# size = "small",
-# srcs = ["check_futures_test.py"],
-# data = ["//tensorflow:all_opensource_files"],
-# srcs_version = "PY2AND3",
-# )
+py_test(
+ name = "check_futures_test",
+ size = "small",
+ srcs = ["check_futures_test.py"],
+ data = ["//tensorflow:all_opensource_files"],
+ srcs_version = "PY2AND3",
+)