Skip test on Windows platform.
PiperOrigin-RevId: 264463634
This commit is contained in:
parent
3f3c728bf8
commit
cdf62283bf
@ -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,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user