Enable a disable test as it no longer seems flaky.

PiperOrigin-RevId: 309276529
Change-Id: I6df64c5dee7efbf6843a3da5838cb15d42e92a6c
This commit is contained in:
Priya Gupta 2020-04-30 12:25:28 -07:00 committed by TensorFlower Gardener
parent c878390581
commit f69af82c3d
1 changed files with 2 additions and 3 deletions

View File

@ -226,9 +226,8 @@ py_test(
python_version = "PY3", python_version = "PY3",
srcs_version = "PY2AND3", srcs_version = "PY2AND3",
tags = [ tags = [
"no_oss_py2", "no_oss_py2", # b/138443278
"notap", ],
], # b/138443278
deps = [ deps = [
":distribute_coordinator", ":distribute_coordinator",
"//tensorflow/core:protos_all_py", "//tensorflow/core:protos_all_py",