diff --git a/tensorflow/python/distribute/coordinator/BUILD b/tensorflow/python/distribute/coordinator/BUILD index a8f2358f26c..0619e1f3b48 100644 --- a/tensorflow/python/distribute/coordinator/BUILD +++ b/tensorflow/python/distribute/coordinator/BUILD @@ -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",