From a5dbf466e257a0b8289d76096dff36bb5b33f0dc Mon Sep 17 00:00:00 2001 From: Yanhua Sun Date: Fri, 20 Nov 2020 14:46:08 -0800 Subject: [PATCH] disable cuda-asan test PiperOrigin-RevId: 343568512 Change-Id: I6e90587769061d55309ee469114d0c87f2d0914e --- tensorflow/python/kernel_tests/array_ops/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/kernel_tests/array_ops/BUILD b/tensorflow/python/kernel_tests/array_ops/BUILD index 5327d0a5c04..21e11d3ad62 100644 --- a/tensorflow/python/kernel_tests/array_ops/BUILD +++ b/tensorflow/python/kernel_tests/array_ops/BUILD @@ -57,6 +57,7 @@ cuda_py_test( name = "gather_op_test", size = "medium", srcs = ["gather_op_test.py"], + tags = ["no_cuda_asan"], # b/173806733 deps = [ "//tensorflow/python:array_ops", "//tensorflow/python:client_testlib",