Disable tsan test for multi_worker_continuous_run_test.

PiperOrigin-RevId: 301829016
Change-Id: I243e024c136db19e5c653e9909493fb256ff62a3
This commit is contained in:
Haoyu Zhang 2020-03-19 09:18:38 -07:00 committed by TensorFlower Gardener
parent 0a0600a8b2
commit 7b649ad65c

View File

@ -414,6 +414,9 @@ cuda_py_test(
srcs = [
"multi_worker_continuous_run_test.py",
],
tags = [
"notsan", # TODO(b/151841995)
],
deps = [
":collective_all_reduce_strategy",
":multi_process_runner",