Skip to content

Commit

Permalink
Merge pull request #52881 from tensorflow/fix-build-1-on-r2.5
Browse files Browse the repository at this point in the history
Disable failing test
  • Loading branch information
mihaimaruseac committed Oct 30, 2021
2 parents 857ad5e + d398bdf commit 4807489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/kernel_tests/BUILD
Expand Up @@ -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
],
Expand Down

0 comments on commit 4807489

Please sign in to comment.