diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD index 0f90494a95f68d..4e88cee70c1731 100644 --- a/tensorflow/python/kernel_tests/BUILD +++ b/tensorflow/python/kernel_tests/BUILD @@ -2359,7 +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 + tags = ["no_oss"], # test is times out on mac b/186262388 xla_tags = [ "no_cuda_asan", # times out ],