From 4a74a5058f7cb3ac096fa582941d9ab801ba6d65 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 3 May 2018 16:34:11 -0700 Subject: [PATCH] Fix flaky test time-outs for dnn_test and rnn_test. PiperOrigin-RevId: 195331183 --- tensorflow/contrib/estimator/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow/contrib/estimator/BUILD b/tensorflow/contrib/estimator/BUILD index 41a8176..571e2e3 100644 --- a/tensorflow/contrib/estimator/BUILD +++ b/tensorflow/contrib/estimator/BUILD @@ -77,6 +77,7 @@ py_test( tags = [ "no_pip", "notsan", + "optonly", # times out http://b/79220679 ], deps = [ ":dnn", @@ -450,6 +451,7 @@ py_test( "no_pip", "noasan", # times out "notsan", + "optonly", # times out http://b/79220679 ], deps = [ ":head", -- 2.7.4