Disable control_flow_ops_test in ASAN to unblock continuous build
PiperOrigin-RevId: 314625194 Change-Id: Ie6f0e3b436f7d30ad0e02cd02d9108c8a7219b8c
This commit is contained in:
parent
a1e26e4298
commit
911c0ec205
@ -4877,6 +4877,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 = [
|
||||||
|
"noasan", # b/158098804
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":array_ops",
|
":array_ops",
|
||||||
":cond_v2",
|
":cond_v2",
|
||||||
|
Loading…
Reference in New Issue
Block a user