aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-05-26 17:43:45 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-26 20:43:00 -0700
commit49b17146d2e4f04192d16ed67574142de167f3a1 (patch)
tree2aa7dbfbbb6abbb65d55088866e344e0b9304aed /tensorflow
parent5e91256cef0e706397183f8a398f86c808f9eb7e (diff)
Disable flaky session_test.
PiperOrigin-RevId: 157282438
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/python/BUILD60
1 files changed, 32 insertions, 28 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 46e27cfb74..08fa94b400 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -2920,34 +2920,38 @@ tf_cuda_library(
alwayslink = 1,
)
-py_test(
- name = "session_test",
- size = "small",
- srcs = ["client/session_test.py"],
- srcs_version = "PY2AND3",
- tags = [
- "no_gpu",
- "no_pip_gpu", # testInteractivePlacePrunedGraph fails on invalid assumption about GPU ops.
- ],
- deps = [
- ":array_ops",
- ":client",
- ":control_flow_ops",
- ":data_flow_ops",
- ":errors",
- ":framework",
- ":framework_for_generated_wrappers",
- ":framework_test_lib",
- ":math_ops",
- ":platform_test",
- ":state_ops",
- ":training",
- ":util",
- ":variables",
- "//third_party/py/numpy",
- "@six_archive//:six",
- ],
-)
+# Disabled due to http://b/62145493
+# py_test(
+# name = "session_test",
+# size = "medium", # http://62144199
+# srcs = ["client/session_test.py"],
+# srcs_version = "PY2AND3",
+# tags = [
+# "no_gpu",
+# "no_pip_gpu", # testInteractivePlacePrunedGraph fails on invalid assumption about GPU ops.
+# ],
+# deps = [
+# ":array_ops",
+# ":client",
+# ":construction_fails_op",
+# ":control_flow_ops",
+# ":data_flow_ops",
+# ":errors",
+# ":framework",
+# ":framework_for_generated_wrappers",
+# ":framework_test_lib",
+# ":math_ops",
+# ":platform_test",
+# ":state_ops",
+# ":training",
+# ":util",
+# ":variables",
+# "//third_party/py/numpy",
+# "@six_archive//:six",
+# "//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",
+# "//tensorflow/core/distributed_runtime/rpc:grpc_session",
+# ],
+# )
cuda_py_test(
name = "timeline_test",