Merge pull request #31822 from tensorflow/ggadde-cp13
r2.0-CherryPick:test fixes for the windows release builds.
This commit is contained in:
commit
71d73e56a2
@ -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,
|
||||
)
|
||||
|
||||
|
@ -3134,6 +3134,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:variables",
|
||||
],
|
||||
shard_count = 10,
|
||||
tags = ["no_windows"], # b/139739217
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user