Merge pull request #31822 from tensorflow/ggadde-cp13

r2.0-CherryPick:test fixes for the windows release builds.
This commit is contained in:
Goldie Gadde 2019-08-20 22:30:20 -07:00 committed by GitHub
commit 71d73e56a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -258,7 +258,10 @@ cuda_py_test(
"//tensorflow/python:nn_grad",
"//tensorflow/python:training",
],
tags = ["no_rocm"],
tags = [
"no_rocm",
"no_windows", #TODO(b/139745667)
],
xla_enable_strict_auto_jit = True,
)

View File

@ -3134,6 +3134,7 @@ cuda_py_test(
"//tensorflow/python:variables",
],
shard_count = 10,
tags = ["no_windows"], # b/139739217
xla_enable_strict_auto_jit = True,
)