disable cuda_asan test for now

PiperOrigin-RevId: 343538373
Change-Id: I394eacd8ccf047d26314b4f60fa1e843a13a8c43
This commit is contained in:
Yanhua Sun 2020-11-20 12:05:38 -08:00 committed by TensorFlower Gardener
parent 18201420c5
commit 2139560d99

View File

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