Disable failing tsan test.

PiperOrigin-RevId: 338305379
Change-Id: Ibc1a60b7f05acc0ac77143e70c809b47f8b29a44
This commit is contained in:
Kibeom Kim 2020-10-21 11:34:19 -07:00 committed by TensorFlower Gardener
parent 02f9878547
commit ff2b5434ec

View File

@ -70,6 +70,9 @@ tf_py_test(
srcs = ["cluster_coordinator_mpr_test.py"],
python_version = "PY3",
shard_count = 5,
tags = [
"notsan", # TODO(b/171406091)
],
deps = [
":cluster_coordinator",
":remote_eager_lib",