From: A. Unique TensorFlower Date: Thu, 3 May 2018 23:34:11 +0000 (-0700) Subject: Fix flaky test time-outs for dnn_test and rnn_test. X-Git-Tag: upstream/v1.9.0_rc1~162^2^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a74a5058f7cb3ac096fa582941d9ab801ba6d65;p=platform%2Fupstream%2Ftensorflow.git Fix flaky test time-outs for dnn_test and rnn_test. PiperOrigin-RevId: 195331183 --- 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",