diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD index f19ce2c65215a6..7e86a2deff87e5 100644 --- a/tensorflow/python/distribute/BUILD +++ b/tensorflow/python/distribute/BUILD @@ -1756,6 +1756,7 @@ distribute_py_strict_test( tags = [ "multi_and_single_gpu", "no_cuda_asan", # times out + "no_oss", # TODO(b/292104274): Sometimes times out ], deps = [ ":collective_all_reduce_strategy",