Disable ASAN on tensorflow/core/common_runtime:direct_session_test as it's failing.

PiperOrigin-RevId: 336370412
Change-Id: I1c8442b604e824f05154ef51a64139f5cae23e14
This commit is contained in:
Rick Chao 2020-10-09 14:52:48 -07:00 committed by TensorFlower Gardener
parent 319257c263
commit 51b01e521d

View File

@ -2230,7 +2230,10 @@ tf_cuda_cc_test(
srcs = ["direct_session_test.cc"],
args = [] + if_cuda(["--heap_check=local"]), # The GPU tracer leaks memory
linkstatic = tf_kernel_tests_linkstatic(),
tags = ["notsan"], # b/168317266
tags = [
"noasan", # b/168317266
"notsan", # b/168317266
],
deps = [
":core_cpu",
":core_cpu_internal",