diff --git a/tensorflow/core/common_runtime/eager/BUILD b/tensorflow/core/common_runtime/eager/BUILD
index 8b98c52ff82..945a3af8720 100644
--- a/tensorflow/core/common_runtime/eager/BUILD
+++ b/tensorflow/core/common_runtime/eager/BUILD
@@ -133,6 +133,10 @@ tf_cuda_library(
 tf_cc_test(
     name = "custom_device_test",
     srcs = ["custom_device_test.cc"],
+    tags = [
+        # "Not found: 'AssignVariableOp'"
+        "no_windows",
+    ],
     deps = [
         ":context",
         ":core",