Disable two more mac tests which failed at release time too

This commit is contained in:
Mihai Maruseac 2020-01-13 10:48:36 -08:00
parent 1864199bfe
commit 3e44a26146
2 changed files with 2 additions and 0 deletions

View File

@ -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
)

View File

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