aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization/examples
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-07-08 08:07:50 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-08 09:20:07 -0700
commitd911d274509807a390765da4cee26383cc31df78 (patch)
tree1579b6298e8c4fa0b157961aeffaa1fcc2545b56 /tensorflow/contrib/factorization/examples
parentf34fa29115259d34dfd8b6091521015ebffa9cf0 (diff)
Remove t/contrib/factorization:kmeans_test from tsan.
Change: 126916693
Diffstat (limited to 'tensorflow/contrib/factorization/examples')
-rw-r--r--tensorflow/contrib/factorization/examples/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/factorization/examples/BUILD b/tensorflow/contrib/factorization/examples/BUILD
index bf5b829e32..363baa121a 100644
--- a/tensorflow/contrib/factorization/examples/BUILD
+++ b/tensorflow/contrib/factorization/examples/BUILD
@@ -19,4 +19,5 @@ tf_py_test(
"//tensorflow/examples/tutorials/mnist",
"//tensorflow/examples/tutorials/mnist:input_data",
],
+ tags = ["notsan"],
)