Disable gather_test under ASAN since it times out.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 26 Apr 2018 03:11:00 +0000 (20:11 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 26 Apr 2018 03:13:29 +0000 (20:13 -0700)
PiperOrigin-RevId: 194338928

tensorflow/compiler/tests/BUILD

index 0c72093..991e65c 100644 (file)
@@ -755,6 +755,7 @@ tf_xla_py_test(
     name = "gather_test",
     size = "medium",
     srcs = ["gather_test.py"],
+    tags = ["noasan"],  # times out, http://b/78599043
     deps = [
         ":xla_test",
         "//tensorflow/python:array_ops",