Disable the asan test due to timeout

PiperOrigin-RevId: 343535343
Change-Id: I05110d521323c0f2f4438ec8531b9e16e19e5cc5
This commit is contained in:
Yanhua Sun 2020-11-20 11:51:41 -08:00 committed by TensorFlower Gardener
parent b4e21d815a
commit 9548966668

View File

@ -301,7 +301,7 @@ tf_cuda_cc_test(
],
args = ["--heap_check=local"],
linkstatic = tf_kernel_tests_linkstatic(),
tags = tf_cuda_tests_tags(),
tags = tf_cuda_tests_tags() + ["no_cuda_asan"], # b/173654156
deps = [
":c_api_experimental",
":c_api_unified_internal",