From 911c0ec20572152bc320fee9590dbe93194053b8 Mon Sep 17 00:00:00 2001 From: Yujing Zhang Date: Wed, 3 Jun 2020 16:19:02 -0700 Subject: [PATCH] Disable control_flow_ops_test in ASAN to unblock continuous build PiperOrigin-RevId: 314625194 Change-Id: Ie6f0e3b436f7d30ad0e02cd02d9108c8a7219b8c --- tensorflow/python/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index 425ab1f2bbe..8ed2b829f81 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -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",