From ce6f0682d2e441dd648c202fac09662ebcd323bb Mon Sep 17 00:00:00 2001 From: Peng Wang Date: Wed, 11 Nov 2020 12:16:47 -0800 Subject: [PATCH] Some internal changes PiperOrigin-RevId: 341884008 Change-Id: I585bf735d032503679f45f71f9820784e339b012 --- tensorflow/python/distribute/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD index f5b74545ad9..ea0dafac69a 100644 --- a/tensorflow/python/distribute/BUILD +++ b/tensorflow/python/distribute/BUILD @@ -1071,6 +1071,7 @@ cuda_py_test( tags = [ "multi_and_single_gpu", "no_cuda_asan", # times out + "notsan", # b/173031470 ], deps = [ ":collective_util",