Re-enable session_test.py

A number of CL's have split up session_test.py to be a bit smaller. As a
result, this CL will re-enable the session_test to see if it remains flaky.

PiperOrigin-RevId: 157786407
This commit is contained in:
Brennan Saeta 2017-06-01 17:29:27 -07:00 committed by TensorFlower Gardener
parent d741d81c5f
commit 23cdf96b85

View File

@ -2945,38 +2945,34 @@ tf_cuda_library(
alwayslink = 1, alwayslink = 1,
) )
# Disabled due to http://b/62145493 py_test(
# py_test( name = "session_test",
# name = "session_test", size = "small",
# size = "medium", # http://b/62144199 srcs = ["client/session_test.py"],
# srcs = ["client/session_test.py"], srcs_version = "PY2AND3",
# srcs_version = "PY2AND3", tags = [
# tags = [ "no_gpu",
# "no_gpu", "no_pip_gpu", # testInteractivePlacePrunedGraph fails on invalid assumption about GPU ops.
# "no_pip_gpu", # testInteractivePlacePrunedGraph fails on invalid assumption about GPU ops. ],
# ], deps = [
# deps = [ ":array_ops",
# ":array_ops", ":client",
# ":client", ":control_flow_ops",
# ":construction_fails_op", ":data_flow_ops",
# ":control_flow_ops", ":errors",
# ":data_flow_ops", ":framework",
# ":errors", ":framework_for_generated_wrappers",
# ":framework", ":framework_test_lib",
# ":framework_for_generated_wrappers", ":math_ops",
# ":framework_test_lib", ":platform_test",
# ":math_ops", ":state_ops",
# ":platform_test", ":training",
# ":state_ops", ":util",
# ":training", ":variables",
# ":util", "//third_party/py/numpy",
# ":variables", "@six_archive//:six",
# "//third_party/py/numpy", ],
# "@six_archive//:six", )
# "//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",
# "//tensorflow/core/distributed_runtime/rpc:grpc_session",
# ],
# )
py_test( py_test(
name = "session_clusterspec_prop_test", name = "session_clusterspec_prop_test",