aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/timeseries
diff options
context:
space:
mode:
authorGravatar Revan Sopher <rsopher@google.com>2018-09-28 18:07:33 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-28 18:12:27 -0700
commit5f822d694af6e4aa57fe8a426032a91dc61e30d6 (patch)
treea49bb7ebf36054f213bb3f4d707e9615dbcffcbc /tensorflow/contrib/timeseries
parent737915c01dcab743256df7f7b1ff1545b951252d (diff)
Internal change.
PiperOrigin-RevId: 215025019
Diffstat (limited to 'tensorflow/contrib/timeseries')
-rw-r--r--tensorflow/contrib/timeseries/python/timeseries/BUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/tensorflow/contrib/timeseries/python/timeseries/BUILD b/tensorflow/contrib/timeseries/python/timeseries/BUILD
index c230919168..cb1f707028 100644
--- a/tensorflow/contrib/timeseries/python/timeseries/BUILD
+++ b/tensorflow/contrib/timeseries/python/timeseries/BUILD
@@ -159,7 +159,12 @@ py_test(
],
shard_count = 4,
srcs_version = "PY2AND3",
- tags = ["no_pip_gpu"], # b/63391119
+ tags = [
+ "no_pip_gpu", # b/63391119
+ "noasan", # b/116875897
+ "nomsan",
+ "notsan",
+ ],
deps = [
":estimators",
":feature_keys",