Adding missing kernel dependency to fix test for windows.
PiperOrigin-RevId: 317132189 Change-Id: Ia59020db1c96301af4b9723170eb7808b66ef5b5
This commit is contained in:
parent
69467b9263
commit
d1157c976b
|
@ -78,14 +78,12 @@ tf_cc_test(
|
||||||
srcs = [
|
srcs = [
|
||||||
"variable_ops_test.cc",
|
"variable_ops_test.cc",
|
||||||
],
|
],
|
||||||
tags = [
|
|
||||||
"no_windows", # TODO(b/159210739): Remove this tag after fixing the bug.
|
|
||||||
],
|
|
||||||
deps = [
|
deps = [
|
||||||
":owned_eager_context",
|
":owned_eager_context",
|
||||||
":owned_tensor",
|
":owned_tensor",
|
||||||
":owned_tensor_handle",
|
":owned_tensor_handle",
|
||||||
":variable_ops",
|
":variable_ops",
|
||||||
|
"//tensorflow/core:all_kernels",
|
||||||
"//tensorflow/core:framework",
|
"//tensorflow/core:framework",
|
||||||
"//tensorflow/core:lib",
|
"//tensorflow/core:lib",
|
||||||
"//tensorflow/core:protos_all_cc",
|
"//tensorflow/core:protos_all_cc",
|
||||||
|
|
Loading…
Reference in New Issue