Disables //third_party/tensorflow/python:control_flow_ops_test on CUDA_ASAN because of flaky failures.

PiperOrigin-RevId: 342338582
Change-Id: I09889469113ec66938f5dcc2cf156e5db5df1722
This commit is contained in:
Peng Wang 2020-11-13 14:26:41 -08:00 committed by TensorFlower Gardener
parent 595da5557f
commit f649375784

View File

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