aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c
diff options
context:
space:
mode:
authorGravatar Olivia Nordquist <nolivia@google.com>2018-09-06 14:53:15 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-06 15:00:16 -0700
commit7151af74292924b59b38cac7094dd64e9d38fa84 (patch)
tree6c52b5b3c47281236269f1c6cdf657b37f85607f /tensorflow/c
parent124ffb4003a205f4a03b821a9e77c7fb56b71569 (diff)
test is failing in asan, disabling for now
PiperOrigin-RevId: 211874311
Diffstat (limited to 'tensorflow/c')
-rw-r--r--tensorflow/c/BUILD1
1 files changed, 1 insertions, 0 deletions
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(),