Adding missing kernel dependency to fix test for windows.

PiperOrigin-RevId: 317132189
Change-Id: Ia59020db1c96301af4b9723170eb7808b66ef5b5
This commit is contained in:
Brian Zhao 2020-06-18 10:34:15 -07:00 committed by TensorFlower Gardener
parent 69467b9263
commit d1157c976b
1 changed files with 1 additions and 3 deletions

View File

@ -78,14 +78,12 @@ 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",
":owned_tensor_handle",
":variable_ops",
"//tensorflow/core:all_kernels",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",