From 7151af74292924b59b38cac7094dd64e9d38fa84 Mon Sep 17 00:00:00 2001 From: Olivia Nordquist Date: Thu, 6 Sep 2018 14:53:15 -0700 Subject: test is failing in asan, disabling for now PiperOrigin-RevId: 211874311 --- tensorflow/c/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/c') diff --git a/tensorflow/c/BUILD b/tensorflow/c/BUILD index 109b3b37aa..43c279bd80 100644 --- a/tensorflow/c/BUILD +++ b/tensorflow/c/BUILD @@ -204,6 +204,7 @@ tf_cuda_cc_test( "//tensorflow:darwin": ["-headerpad_max_install_names"], "//conditions:default": [], }), + tags = ["noasan"], # We must ensure that the dependencies can be dynamically linked since # the shared library must be able to use core:framework. # linkstatic = tf_kernel_tests_linkstatic(), -- cgit v1.2.3