Disable triangular_solve_test on ASAN due to flaky time outs.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 26 Apr 2018 22:07:43 +0000 (15:07 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 26 Apr 2018 22:10:18 +0000 (15:10 -0700)
PiperOrigin-RevId: 194460641

tensorflow/compiler/tf2xla/lib/BUILD

index fde1977..12fdfb6 100644 (file)
@@ -91,6 +91,7 @@ cc_library(
 xla_test(
     name = "triangular_solve_test",
     srcs = ["triangular_solve_test.cc"],
+    tags = ["noasan"],  # sometimes times out, http://b/78650012
     deps = [
         ":triangular_solve",
         "//tensorflow/compiler/xla:array2d",