Disable flaky TSAN test

PiperOrigin-RevId: 337193042
Change-Id: Ia7e4573d1d6aa2e739a6e000902335140d6b142e
This commit is contained in:
Mihai Maruseac 2020-10-14 16:06:02 -07:00 committed by TensorFlower Gardener
parent 8601477de2
commit 162e0e02b8

View File

@ -111,7 +111,10 @@ py_library(
cuda_py_test(
name = "control_flow_ops_test",
srcs = ["control_flow_ops_test.py"],
tags = ["no_rocm"],
tags = [
"no_rocm",
"notsan", # TODO(b/170901706): Flaky
],
deps = [
":control_flow_ops",
":test_util",