From f69af82c3d12dc176cdd6498584635b80904e814 Mon Sep 17 00:00:00 2001 From: Priya Gupta Date: Thu, 30 Apr 2020 12:25:28 -0700 Subject: [PATCH] Enable a disable test as it no longer seems flaky. PiperOrigin-RevId: 309276529 Change-Id: I6df64c5dee7efbf6843a3da5838cb15d42e92a6c --- tensorflow/python/distribute/BUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD index 4df2088e02d..8b4e886d3b3 100644 --- a/tensorflow/python/distribute/BUILD +++ b/tensorflow/python/distribute/BUILD @@ -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",