Enable a disable test as it no longer seems flaky.
PiperOrigin-RevId: 309276529 Change-Id: I6df64c5dee7efbf6843a3da5838cb15d42e92a6c
This commit is contained in:
parent
c878390581
commit
f69af82c3d
|
@ -226,9 +226,8 @@ py_test(
|
|||
python_version = "PY3",
|
||||
srcs_version = "PY2AND3",
|
||||
tags = [
|
||||
"no_oss_py2",
|
||||
"notap",
|
||||
], # b/138443278
|
||||
"no_oss_py2", # b/138443278
|
||||
],
|
||||
deps = [
|
||||
":distribute_coordinator",
|
||||
"//tensorflow/core:protos_all_py",
|
||||
|
|
Loading…
Reference in New Issue