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:
parent
319257c263
commit
51b01e521d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user