aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/timeseries
diff options
context:
space:
mode:
authorGravatar Alexandre Passos <apassos@google.com>2018-10-01 10:42:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-01 10:52:19 -0700
commitec2b5f889fb3eb677f7b8198cbd8d505b2779fa7 (patch)
tree3946581d22caca8154d8d123ae7238b1ec398932 /tensorflow/contrib/timeseries
parent57a831d20929e71279d164905fed93e1f518ee37 (diff)
Automated rollback of commit 5f822d694af6e4aa57fe8a426032a91dc61e30d6
PiperOrigin-RevId: 215239710
Diffstat (limited to 'tensorflow/contrib/timeseries')
-rw-r--r--tensorflow/contrib/timeseries/python/timeseries/BUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/tensorflow/contrib/timeseries/python/timeseries/BUILD b/tensorflow/contrib/timeseries/python/timeseries/BUILD
index cb1f707028..c230919168 100644
--- a/tensorflow/contrib/timeseries/python/timeseries/BUILD
+++ b/tensorflow/contrib/timeseries/python/timeseries/BUILD
@@ -159,12 +159,7 @@ py_test(
],
shard_count = 4,
srcs_version = "PY2AND3",
- tags = [
- "no_pip_gpu", # b/63391119
- "noasan", # b/116875897
- "nomsan",
- "notsan",
- ],
+ tags = ["no_pip_gpu"], # b/63391119
deps = [
":estimators",
":feature_keys",