aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/opt
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/opt
parent737915c01dcab743256df7f7b1ff1545b951252d (diff)
Internal change.
PiperOrigin-RevId: 215025019
Diffstat (limited to 'tensorflow/contrib/opt')
-rw-r--r--tensorflow/contrib/opt/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/tensorflow/contrib/opt/BUILD b/tensorflow/contrib/opt/BUILD
index f4ac70eb1a..6a67c6295d 100644
--- a/tensorflow/contrib/opt/BUILD
+++ b/tensorflow/contrib/opt/BUILD
@@ -377,6 +377,11 @@ py_test(
size = "large",
srcs = ["python/training/shampoo_test.py"],
srcs_version = "PY2AND3",
+ tags = [
+ "noasan", # b/116875897
+ "nomsan",
+ "notsan",
+ ],
deps = [
":opt_py",
"//tensorflow/python:array_ops",