From f649375784cc8d6d631b9bc903a53eb2a696c762 Mon Sep 17 00:00:00 2001 From: Peng Wang Date: Fri, 13 Nov 2020 14:26:41 -0800 Subject: [PATCH] Disables //third_party/tensorflow/python:control_flow_ops_test on CUDA_ASAN because of flaky failures. PiperOrigin-RevId: 342338582 Change-Id: I09889469113ec66938f5dcc2cf156e5db5df1722 --- tensorflow/python/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index 16b84895751..5bb28f5cb0f 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -5211,6 +5211,9 @@ cuda_py_test( srcs = ["ops/control_flow_ops_test.py"], python_version = "PY3", shard_count = 2, + tags = [ + "no_cuda_asan", # b/173241932 + ], xla_tags = [ "no_cuda_asan", # times out ],