Re-enabled variable ops test for windows gpu.

PiperOrigin-RevId: 262942762
This commit is contained in:
A. Unique TensorFlower 2019-08-12 09:37:32 -07:00 committed by TensorFlower Gardener
parent 1cb425058e
commit 86d00f0125

View File

@ -861,8 +861,6 @@ cuda_py_test(
"//tensorflow/python:resource_variable_ops",
"//tensorflow/python:variables",
],
# TODO(b/128347673): Re-enable.
tags = ["no_windows"],
xla_enable_strict_auto_jit = True,
)