diff --git a/tensorflow/compiler/xla/pjrt/distributed/BUILD b/tensorflow/compiler/xla/pjrt/distributed/BUILD index bdf271b5f66..256c060e278 100644 --- a/tensorflow/compiler/xla/pjrt/distributed/BUILD +++ b/tensorflow/compiler/xla/pjrt/distributed/BUILD @@ -116,6 +116,9 @@ tf_cc_test( name = "client_server_test", size = "small", srcs = ["client_server_test.cc"], + tags = [ + "notsan", # Occassionally times out. + ], deps = [ ":client", ":distributed",