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",
|
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",
|
||||||
|
|
Loading…
Reference in New Issue