diff --git a/tensorflow/python/keras/layers/preprocessing/BUILD b/tensorflow/python/keras/layers/preprocessing/BUILD index bca8898fcca..e0033386d05 100644 --- a/tensorflow/python/keras/layers/preprocessing/BUILD +++ b/tensorflow/python/keras/layers/preprocessing/BUILD @@ -701,6 +701,7 @@ tf_py_test( name = "reduction_test", srcs = ["reduction_test.py"], python_version = "PY3", + tags = ["notsan"], # TODO(b/170783154) deps = [ ":reduction", "//tensorflow/python:client_testlib",