From 105fbe528c4e92c1542848a69056a70f35b1ec53 Mon Sep 17 00:00:00 2001 From: Jeremy Lau Date: Tue, 18 Dec 2018 17:17:11 -0800 Subject: [PATCH] Internal change. PiperOrigin-RevId: 226087680 --- tensorflow/python/kernel_tests/distributions/BUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tensorflow/python/kernel_tests/distributions/BUILD b/tensorflow/python/kernel_tests/distributions/BUILD index 14532965d8c..a83622ac9ad 100644 --- a/tensorflow/python/kernel_tests/distributions/BUILD +++ b/tensorflow/python/kernel_tests/distributions/BUILD @@ -217,7 +217,13 @@ cuda_py_test( "//tensorflow/python:nn_ops", "//tensorflow/python:platform_test", ], - tags = ["nomsan"], # disable to avoid false positives from scipy. + tags = [ + # TODO(b/121223043): Re-enable this test on mac after fixing "mean not + # defined" errors. + "no_mac", + # disable to avoid false positives from scipy. + "nomsan", + ], ) cuda_py_test(