aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-09-05 13:34:05 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-05 13:39:04 -0700
commitc9c8de440213355ea4a4d3577fd068d418678d38 (patch)
treee33e5f64bc9c9d0063137b7d098c40eb4f83bb27 /tensorflow/python/estimator
parent79dc7cd72654fdf9890d9ea5b7a9af15fa7d5d73 (diff)
Change tags for estimator_test
PiperOrigin-RevId: 211688974
Diffstat (limited to 'tensorflow/python/estimator')
-rw-r--r--tensorflow/python/estimator/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/python/estimator/BUILD b/tensorflow/python/estimator/BUILD
index 9fce172bee..f6ef6d8dcb 100644
--- a/tensorflow/python/estimator/BUILD
+++ b/tensorflow/python/estimator/BUILD
@@ -684,8 +684,10 @@ py_test(
shard_count = 4,
srcs_version = "PY2AND3",
tags = [
+ "manual", # b/112769036, b/113907597
+ "no_oss", # b/112769036, b/113907597
"no_windows",
- "notsan",
+ "notsan", # b/67510291
],
deps = [
":keras",