From: A. Unique TensorFlower Date: Wed, 9 May 2018 17:47:06 +0000 (-0700) Subject: Test tensorflow/contrib/timeseries/python/timeseries:estimators_test only in opt... X-Git-Tag: upstream/v1.9.0_rc1~116^2^2~206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8d0be5bd371096403684a03e8bc3b386a59fddb;p=platform%2Fupstream%2Ftensorflow.git Test tensorflow/contrib/timeseries/python/timeseries:estimators_test only in opt mode to avoid flaky timeouts PiperOrigin-RevId: 195993828 --- diff --git a/tensorflow/contrib/timeseries/python/timeseries/BUILD b/tensorflow/contrib/timeseries/python/timeseries/BUILD index d274603..e496359 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",