Skip test on Windows platform.

PiperOrigin-RevId: 264463634
This commit is contained in:
A. Unique TensorFlower 2019-08-20 14:10:17 -07:00 committed by Goldie Gadde
parent 3f3c728bf8
commit cdf62283bf

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