Merge pull request #48729 from geetachavan1/cherrypicks_RKGNE

[Cherrypicke:2.5]Disable pad_op_test for macos. Test times out during 2.5 release
This commit is contained in:
Mihai Maruseac 2021-04-23 17:13:00 -07:00 committed by GitHub
commit e0b8bbee7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
],