From d80787c24177331cbd40702059505d0c3a15a690 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 17 Sep 2020 10:15:59 -0700 Subject: [PATCH] Disable test which fails on mac pip --- tensorflow/python/kernel_tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD index 2d00b05982e..e5116caac0d 100644 --- a/tensorflow/python/kernel_tests/BUILD +++ b/tensorflow/python/kernel_tests/BUILD @@ -795,6 +795,7 @@ tf_py_test( "//tensorflow/python:parsing_ops", "//tensorflow/python:platform", ], + tags = ["no_mac"], ) tf_py_test(