Disable TSAN direct_session_test

PiperOrigin-RevId: 331190683
Change-Id: Ie485dfc1fb3eaa8990c5340be79901fc9ca91c84
This commit is contained in:
Akshay Modi 2020-09-11 11:42:43 -07:00 committed by TensorFlower Gardener
parent 92a4daaa73
commit a08ba6a413

View File

@ -2223,6 +2223,7 @@ 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
deps = [
":core_cpu",
":core_cpu_internal",