From eb0792340efaca19e75adcb73b6f3250dfd36ca0 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 24 Feb 2018 23:51:54 -0800 Subject: [PATCH] Re-enables moving_average_optimizer_test. Resource variable bug fixed by apassos@ PiperOrigin-RevId: 186921623 --- tensorflow/contrib/opt/BUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/tensorflow/contrib/opt/BUILD b/tensorflow/contrib/opt/BUILD index 52e8834..827279b 100644 --- a/tensorflow/contrib/opt/BUILD +++ b/tensorflow/contrib/opt/BUILD @@ -70,9 +70,6 @@ py_test( srcs = ["python/training/moving_average_optimizer_test.py"], srcs_version = "PY2AND3", tags = [ - "manual", - "no_oss", - "notap", "notsan", # b/31055119 ], deps = [ -- 2.7.4