disable flaky asan test
authorOlivia Nordquist <nolivia@google.com>
Mon, 12 Mar 2018 02:35:34 +0000 (19:35 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 12 Mar 2018 02:39:40 +0000 (19:39 -0700)
PiperOrigin-RevId: 188670616

tensorflow/contrib/learn/BUILD

index abf6e39..f837ca3 100644 (file)
@@ -426,6 +426,7 @@ py_test(
     size = "medium",
     srcs = ["python/learn/estimators/kmeans_test.py"],
     srcs_version = "PY2AND3",
+    tags = ["noasan"],
     deps = [
         ":learn",
         "//tensorflow/python:array_ops",