Disable flaky TSAN test

PiperOrigin-RevId: 337192418
Change-Id: I10ab55e7048394059f88865a17cb7508ca289aa1
This commit is contained in:
Mihai Maruseac 2020-10-14 16:03:03 -07:00 committed by TensorFlower Gardener
parent ffd60185f9
commit 8601477de2

View File

@ -101,6 +101,7 @@ tf_py_test(
tags = [ tags = [
"no_oss", "no_oss",
"no_pip", "no_pip",
"notsan", # TODO(b/170901700)
], ],
deps = [ deps = [
":applications", ":applications",