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:
parent
595da5557f
commit
f649375784
@ -5211,6 +5211,9 @@ cuda_py_test(
|
|||||||
srcs = ["ops/control_flow_ops_test.py"],
|
srcs = ["ops/control_flow_ops_test.py"],
|
||||||
python_version = "PY3",
|
python_version = "PY3",
|
||||||
shard_count = 2,
|
shard_count = 2,
|
||||||
|
tags = [
|
||||||
|
"no_cuda_asan", # b/173241932
|
||||||
|
],
|
||||||
xla_tags = [
|
xla_tags = [
|
||||||
"no_cuda_asan", # times out
|
"no_cuda_asan", # times out
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user