[tf.data] Disable test for tsan due to timing out.

PiperOrigin-RevId: 452785407
This commit is contained in:
Wilsin Gosti
2022-06-03 09:50:38 -07:00
committed by TensorFlower Gardener
parent 0a723ddac4
commit 1a96957f12

View File

@@ -246,6 +246,7 @@ tf_py_test(
size = "medium",
srcs = ["multi_process_cluster_test.py"],
shard_count = 3,
tags = ["no_tsan"], # TODO(b/234841344): tsan timeout
deps = [
":multi_process_cluster",
":test_base",