aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-07-12 09:09:44 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-12 10:17:49 -0700
commitf564209aa9b9555d76fafe4091710deba6ed50b1 (patch)
treec46ab057adb44e2a3a9df3c1e51a431bb8674f5a /tensorflow/contrib/factorization
parentf139c2b3f1298fe63afb31f7956f0e27cf7935f6 (diff)
Disable flaky tests
Change: 127212113
Diffstat (limited to 'tensorflow/contrib/factorization')
-rw-r--r--tensorflow/contrib/factorization/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/contrib/factorization/BUILD b/tensorflow/contrib/factorization/BUILD
index 9ecc0e8e3e..2e7b547b30 100644
--- a/tensorflow/contrib/factorization/BUILD
+++ b/tensorflow/contrib/factorization/BUILD
@@ -88,7 +88,10 @@ tf_py_test(
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:platform_test",
],
- tags = ["notsan"],
+ tags = [
+ "manual,", # Flaky: b/29994267
+ "notsan",
+ ],
)
tf_py_test(