aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar Geoffrey Irving <geoffreyi@google.com>2016-03-25 14:15:18 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-25 15:34:24 -0700
commita25af1b27467ea5181844645a7860941fa311268 (patch)
tree0f7ba696841ef6df3d03cc9c7f83e86042434200 /tensorflow/tools/test
parentdf9fb3eb68483188c135a6c410115bc38db7fb09 (diff)
Opensource all_opensource_files
Change: 118243578
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/BUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD
index 2d17341274..45112833cd 100644
--- a/tensorflow/tools/test/BUILD
+++ b/tensorflow/tools/test/BUILD
@@ -81,10 +81,11 @@ 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",
-)
+# 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",
+# )