diff --git a/tensorflow/python/kernel_tests/array_ops/BUILD b/tensorflow/python/kernel_tests/array_ops/BUILD index c10c44e1ef4..5327d0a5c04 100644 --- a/tensorflow/python/kernel_tests/array_ops/BUILD +++ b/tensorflow/python/kernel_tests/array_ops/BUILD @@ -23,6 +23,9 @@ cuda_py_test( name = "unstack_op_test", size = "small", srcs = ["unstack_op_test.py"], + tags = [ + "no_cuda_asan", # b/173806679 + ], xla_tags = [ "no_cuda_asan", # times out ],