From dc7e041a336d9890aff543058047b797348754a7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 14 Oct 2020 16:44:36 -0700 Subject: [PATCH] Disable flaky ASAN test PiperOrigin-RevId: 337200311 Change-Id: Ibdb64ff4d21715681e4c0059a989a665ceb390c3 --- tensorflow/python/keras/distribute/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/keras/distribute/BUILD b/tensorflow/python/keras/distribute/BUILD index 22f1d0bb3a4..f997c1d5ed3 100644 --- a/tensorflow/python/keras/distribute/BUILD +++ b/tensorflow/python/keras/distribute/BUILD @@ -344,6 +344,7 @@ distribute_py_test( "multi_and_single_gpu", "no_rocm", # times out on ROCm "no_windows_gpu", + "noasan", # TODO(b/170902997) "notsan", ], tpu_tags = [