From f8f0e6bf3a9532b55b5943909fa2cbe24162376c Mon Sep 17 00:00:00 2001
From: Gunhan Gulsoy <gunan@google.com>
Date: Thu, 4 Jun 2020 16:18:24 -0700
Subject: [PATCH] Disable np_array_ops_test on windows. It is currently failing

PiperOrigin-RevId: 314824204
Change-Id: I9430c388c960df92d4ceb06bb707c23f9d6d6f2d
---
 tensorflow/python/ops/numpy_ops/BUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tensorflow/python/ops/numpy_ops/BUILD b/tensorflow/python/ops/numpy_ops/BUILD
index ce1ca4903af..e3a1ec24369 100644
--- a/tensorflow/python/ops/numpy_ops/BUILD
+++ b/tensorflow/python/ops/numpy_ops/BUILD
@@ -55,6 +55,7 @@ cuda_py_test(
 cuda_py_test(
     name = "np_array_ops_test",
     srcs = ["np_array_ops_test.py"],
+    tags = ["no_windows"],
     deps = [
         ":numpy",
         "//tensorflow/python:platform",