disable cuda-asan test

PiperOrigin-RevId: 343568512
Change-Id: I6e90587769061d55309ee469114d0c87f2d0914e
This commit is contained in:
Yanhua Sun 2020-11-20 14:46:08 -08:00 committed by TensorFlower Gardener
parent b9d4d5d560
commit a5dbf466e2

View File

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