aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-25 14:59:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-25 15:02:44 -0700
commitb75655fc3be17d3b35d28cd649ab0dc14d00009c (patch)
treeaffe9d4794234f327734b0a07213f08d82285678 /tensorflow/contrib/factorization
parent4112f2409f79c0e4581bb070c4a7c660ce4d3a3e (diff)
Disable factorization_ops_test on ASAN due to flaky timeouts.
PiperOrigin-RevId: 194303178
Diffstat (limited to 'tensorflow/contrib/factorization')
-rw-r--r--tensorflow/contrib/factorization/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/factorization/BUILD b/tensorflow/contrib/factorization/BUILD
index 0a648d5d40..f28d95401c 100644
--- a/tensorflow/contrib/factorization/BUILD
+++ b/tensorflow/contrib/factorization/BUILD
@@ -215,6 +215,7 @@ tf_py_test(
"//tensorflow/python:platform_test",
"//tensorflow/python:sparse_tensor",
],
+ tags = ["noasan"], # times out b/78588193
)
# Estimators tests