Disable np_array_ops_test on windows. It is currently failing

PiperOrigin-RevId: 314824204
Change-Id: I9430c388c960df92d4ceb06bb707c23f9d6d6f2d
This commit is contained in:
Gunhan Gulsoy 2020-06-04 16:18:24 -07:00 committed by TensorFlower Gardener
parent 6d98a59237
commit f8f0e6bf3a

View File

@ -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",