Temporarily disable a broken test on Windows
PiperOrigin-RevId: 351628836 Change-Id: I35e2659067ed122e1d3afcd372ea4814a0a3139d
This commit is contained in:
parent
82bbf19bb1
commit
ec31ec335a
@ -133,6 +133,10 @@ tf_cuda_library(
|
|||||||
tf_cc_test(
|
tf_cc_test(
|
||||||
name = "custom_device_test",
|
name = "custom_device_test",
|
||||||
srcs = ["custom_device_test.cc"],
|
srcs = ["custom_device_test.cc"],
|
||||||
|
tags = [
|
||||||
|
# "Not found: 'AssignVariableOp'"
|
||||||
|
"no_windows",
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":context",
|
":context",
|
||||||
":core",
|
":core",
|
||||||
|
Loading…
Reference in New Issue
Block a user