aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator
diff options
context:
space:
mode:
authorGravatar Zhenyu Tan <tanzheny@google.com>2018-09-11 10:35:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-11 10:38:59 -0700
commitb566170b29c41b0da4c23bf5ce0fdfe19b8bcb14 (patch)
treef2a1f119257a7e7132745eddfd0dd36ab8eda9a0 /tensorflow/python/estimator
parent36568a821a13379b79d74586ff20bdd3e0da102b (diff)
Block tsan for keras_test
PiperOrigin-RevId: 212477605
Diffstat (limited to 'tensorflow/python/estimator')
-rw-r--r--tensorflow/python/estimator/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/estimator/BUILD b/tensorflow/python/estimator/BUILD
index 4001ffdd6b..bfcc019dd5 100644
--- a/tensorflow/python/estimator/BUILD
+++ b/tensorflow/python/estimator/BUILD
@@ -685,6 +685,7 @@ py_test(
srcs_version = "PY2AND3",
tags = [
"no_windows",
+ "notsan", # b/67510291
],
deps = [
":keras",