aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2018-05-31 17:17:13 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-31 17:20:12 -0700
commit217d73ceba3248c3570be72300a7234d2cef142b (patch)
tree9964da0b2cb0a3aee557fd37e211a71c8c941e01 /tensorflow/contrib/learn
parentba6d01807feaeaeb10272c9e55a7002306b63db5 (diff)
Mark tensorflow/contrib/learn:estimator_test as optonly because it is flaky due to timeouts without optimization.
PiperOrigin-RevId: 198804880
Diffstat (limited to 'tensorflow/contrib/learn')
-rw-r--r--tensorflow/contrib/learn/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/learn/BUILD b/tensorflow/contrib/learn/BUILD
index 0fdbe8f630..b56a88659b 100644
--- a/tensorflow/contrib/learn/BUILD
+++ b/tensorflow/contrib/learn/BUILD
@@ -284,6 +284,7 @@ py_test(
tags = [
"manual",
"noasan", # times out
+ "optonly", # test is flaky without optimization.
],
deps = [
":learn",