aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
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/factorization
parent737915c01dcab743256df7f7b1ff1545b951252d (diff)
Internal change.
PiperOrigin-RevId: 215025019
Diffstat (limited to 'tensorflow/contrib/factorization')
-rw-r--r--tensorflow/contrib/factorization/BUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/tensorflow/contrib/factorization/BUILD b/tensorflow/contrib/factorization/BUILD
index e344d7a23b..510f292508 100644
--- a/tensorflow/contrib/factorization/BUILD
+++ b/tensorflow/contrib/factorization/BUILD
@@ -154,6 +154,8 @@ tf_py_test(
],
tags = [
"no_pip", # b/38283730
+ "noasan", # b/116875897
+ "nomsan",
"notsan", # Flaky: b/30756419
],
)
@@ -177,7 +179,11 @@ tf_py_test(
"//tensorflow/python:random_seed",
"//tensorflow/python:variables",
],
- tags = ["notsan"], # b/62863147
+ tags = [
+ "noasan", # b/116875897
+ "nomsan",
+ "notsan", # b/62863147
+ ],
)
py_library(
@@ -276,6 +282,7 @@ tf_py_test(
"manual",
"noasan", # times out b/63678675
"nomsan",
+ "notsan", # b/116875897
],
)