From 3c5fb53765056f1c83544ea3633a8343ab55224d Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 22 Jul 2019 13:36:50 -0700 Subject: [PATCH] Enable disabled test. PiperOrigin-RevId: 259396122 --- tensorflow/python/distribute/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD index 79d3b126806..91edc480673 100644 --- a/tensorflow/python/distribute/BUILD +++ b/tensorflow/python/distribute/BUILD @@ -1123,7 +1123,6 @@ distribute_py_test( tags = [ "no_oss", # TODO(b/135287893) reenable "no_rocm", - "notap", # TODO(b/137972256) Re-enable this test. ], deps = [ ":saved_model_test_base",