Disabling test until bug fix lands.

PiperOrigin-RevId: 316930923
Change-Id: I8aa57e5627fa649474c469bd5c92a713c4d9bd75
This commit is contained in:
Brian Zhao 2020-06-17 11:38:22 -07:00 committed by TensorFlower Gardener
parent 653131dd38
commit f24487e619

View File

@ -77,6 +77,9 @@ tf_cc_test(
srcs = [
"variable_ops_test.cc",
],
tags = [
"no_windows", # TODO(b/159210739): Remove this tag after fixing the bug.
],
deps = [
":owned_eager_context",
":owned_tensor",