aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/timeseries
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-09 10:47:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-09 11:26:54 -0700
commitd8d0be5bd371096403684a03e8bc3b386a59fddb (patch)
tree373682cf41e8b5d0ede961b7c33decda11cd0091 /tensorflow/contrib/timeseries
parent46b86643aad647a59e8acdd0bb174650740ac041 (diff)
Test tensorflow/contrib/timeseries/python/timeseries:estimators_test only in opt mode to avoid flaky timeouts
PiperOrigin-RevId: 195993828
Diffstat (limited to 'tensorflow/contrib/timeseries')
-rw-r--r--tensorflow/contrib/timeseries/python/timeseries/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/timeseries/python/timeseries/BUILD b/tensorflow/contrib/timeseries/python/timeseries/BUILD
index d2746032a0..e4963596d3 100644
--- a/tensorflow/contrib/timeseries/python/timeseries/BUILD
+++ b/tensorflow/contrib/timeseries/python/timeseries/BUILD
@@ -110,6 +110,7 @@ py_test(
"no_pip_gpu", # b/63391119
"nomsan", # Takes too long to run.
"notsan", # b/67865658
+ "optonly", # Takes too long to run without optimization.
],
deps = [
":ar_model",