Re-enable Slurm Cluster Resolver Test as bad63b should have fixed the underlying issue.

PiperOrigin-RevId: 218178720
This commit is contained in:
Frank Chen 2018-10-22 09:18:41 -07:00 committed by TensorFlower Gardener
parent ffea4ef880
commit 34e3129d8e

View File

@ -135,9 +135,5 @@ tf_py_test(
"//tensorflow/python:training",
],
main = "python/training/slurm_cluster_resolver_test.py",
tags = [
"manual", # TODO(b/117992844): Flaky.
"no_oss",
"notap",
],
tags = [],
)