Disables tsan for multi worker collective ops tests

We call UpdateServerDef multiple times in the test to simulate certain cases.  UpdateServerDef is not thread safe.

PiperOrigin-RevId: 338377563
Change-Id: Icf0465aac3de898b6bd04a3cc3c423befbaafe5d
This commit is contained in:
Ran Chen 2020-10-21 17:58:28 -07:00 committed by TensorFlower Gardener
parent c1f0526451
commit 8533898e5f

View File

@ -313,7 +313,10 @@ tf_py_test(
size = "medium",
srcs = ["collective_ops_multi_worker_test.py"],
python_version = "PY3",
tags = ["no_rocm"],
tags = [
"no_rocm",
"notsan", # TODO(b/171435192)
],
tfrt_enabled = False,
deps = [
"//tensorflow/python:collective_ops",