Disable flaky TSAN test
PiperOrigin-RevId: 337193042 Change-Id: Ia7e4573d1d6aa2e739a6e000902335140d6b142e
This commit is contained in:
parent
8601477de2
commit
162e0e02b8
@ -111,7 +111,10 @@ py_library(
|
|||||||
cuda_py_test(
|
cuda_py_test(
|
||||||
name = "control_flow_ops_test",
|
name = "control_flow_ops_test",
|
||||||
srcs = ["control_flow_ops_test.py"],
|
srcs = ["control_flow_ops_test.py"],
|
||||||
tags = ["no_rocm"],
|
tags = [
|
||||||
|
"no_rocm",
|
||||||
|
"notsan", # TODO(b/170901706): Flaky
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":control_flow_ops",
|
":control_flow_ops",
|
||||||
":test_util",
|
":test_util",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user