From 4ea9a27a1c77e6aefa904e06a1a2940c7d37a694 Mon Sep 17 00:00:00 2001 From: Geeta Chavan Date: Fri, 23 Apr 2021 16:20:39 -0700 Subject: [PATCH] Disable pad_op_test for macos. Test times out during 2.5 release PiperOrigin-RevId: 370178263 Change-Id: I57989213810709d73d9e503b40b0f871e9006a05 --- 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 faa9b1214c87a6..0f90494a95f68d 100644 --- a/tensorflow/python/kernel_tests/BUILD +++ b/tensorflow/python/kernel_tests/BUILD @@ -2359,6 +2359,7 @@ cuda_py_test( name = "pad_op_test", size = "small", srcs = ["pad_op_test.py"], + tags = ["no_mac"], # test is times out on mac b/186262388 xla_tags = [ "no_cuda_asan", # times out ],