aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/pip_package/pip_smoke_test.py
diff options
context:
space:
mode:
authorGravatar Allen Lavoie <allenl@google.com>2017-07-05 15:31:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-05 15:35:48 -0700
commit1b7d13181843631f59c515a00a73c21711ec5802 (patch)
tree79d364fa4b132531eae67516342574975bf7d072 /tensorflow/tools/pip_package/pip_smoke_test.py
parent1857e187c98b4863669b62a469acc1251e1c1f04 (diff)
Initial commit of time series models
PiperOrigin-RevId: 161014271
Diffstat (limited to 'tensorflow/tools/pip_package/pip_smoke_test.py')
-rw-r--r--tensorflow/tools/pip_package/pip_smoke_test.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py
index dec08157c2..83909d83ae 100644
--- a/tensorflow/tools/pip_package/pip_smoke_test.py
+++ b/tensorflow/tools/pip_package/pip_smoke_test.py
@@ -60,6 +60,12 @@ BLACKLIST = [
"//tensorflow/contrib/framework:checkpoint_ops_testdata",
"//tensorflow/contrib/bayesflow:reinforce_simple_example",
"//tensorflow/contrib/bayesflow:examples/reinforce_simple/reinforce_simple_example.py", # pylint:disable=line-too-long
+ "//tensorflow/contrib/timeseries/examples:predict",
+ "//tensorflow/contrib/timeseries/examples:multivariate",
+ "//tensorflow/contrib/timeseries/examples:known_anomaly",
+ "//tensorflow/contrib/timeseries/examples:data/period_trend.csv", # pylint:disable=line-too-long
+ "//tensorflow/contrib/timeseries/python/timeseries:test_utils",
+ "//tensorflow/contrib/timeseries/python/timeseries/state_space_models:test_utils", # pylint:disable=line-too-long
]