Fix flaky test time-outs for dnn_test and rnn_test.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 3 May 2018 23:34:11 +0000 (16:34 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 4 May 2018 17:36:40 +0000 (10:36 -0700)
PiperOrigin-RevId: 195331183

tensorflow/contrib/estimator/BUILD

index 41a8176..571e2e3 100644 (file)
@@ -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",