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",