Disable two more mac tests which failed at release time too
This commit is contained in:
parent
1864199bfe
commit
3e44a26146
@ -61,6 +61,7 @@ cuda_py_test(
|
||||
"no_pip",
|
||||
"notap",
|
||||
"oss_serial",
|
||||
"no_mac",
|
||||
],
|
||||
xla_enable_strict_auto_jit = False, # Node names are different with autojit
|
||||
)
|
||||
|
@ -30,6 +30,7 @@ py_test(
|
||||
tags = [
|
||||
"no_pip",
|
||||
"no_rocm",
|
||||
"no_mac", # fails on the branch, failed at release time too
|
||||
],
|
||||
deps = [
|
||||
"//tensorflow:tensorflow_py",
|
||||
|
Loading…
Reference in New Issue
Block a user