Disable control_flow_ops_test in ASAN to unblock continuous build

PiperOrigin-RevId: 314625194
Change-Id: Ie6f0e3b436f7d30ad0e02cd02d9108c8a7219b8c
This commit is contained in:
Yujing Zhang 2020-06-03 16:19:02 -07:00 committed by TensorFlower Gardener
parent a1e26e4298
commit 911c0ec205

View File

@ -4877,6 +4877,9 @@ cuda_py_test(
srcs = ["ops/control_flow_ops_test.py"],
python_version = "PY3",
shard_count = 2,
tags = [
"noasan", # b/158098804
],
deps = [
":array_ops",
":cond_v2",