Re-enable some python tests in Windows Bazel build (#10526)

This commit is contained in:
Yun Peng 2017-06-08 19:01:52 +02:00 committed by gunan
parent b0e8814575
commit ee919510fb
2 changed files with 0 additions and 8 deletions

View File

@ -809,7 +809,6 @@ py_test(
srcs = ["framework/meta_graph_test.py"],
main = "framework/meta_graph_test.py",
srcs_version = "PY2AND3",
tags = ["no_windows"],
deps = [
":array_ops",
":client_testlib",
@ -2182,7 +2181,6 @@ cuda_py_test(
":test_ops",
"//third_party/py/numpy",
],
tags = ["no_windows"],
)
cuda_py_test(
@ -2917,7 +2915,6 @@ cuda_py_test(
":variables",
"//third_party/py/numpy",
],
tags = ["no_windows"],
)
tf_py_test(
@ -2932,7 +2929,6 @@ tf_py_test(
":training",
":variables",
],
tags = ["no_windows"],
)
py_library(
@ -3237,7 +3233,6 @@ cuda_py_test(
"@six_archive//:six",
"//tensorflow/core:protos_all_py",
],
tags = ["no_windows"],
)
py_test(

View File

@ -799,7 +799,6 @@ tf_py_test(
"//tensorflow/python:logging_ops",
"//tensorflow/python:summary",
],
tags = ["no_windows"],
)
tf_py_test(
@ -2144,7 +2143,6 @@ cuda_py_test(
"//tensorflow/python:nn_grad",
"//tensorflow/python:nn_ops",
],
tags = ["no_windows"],
)
tf_py_test(
@ -2632,7 +2630,6 @@ tf_py_test(
"//tensorflow/python:sets",
"//tensorflow/python:sparse_ops",
],
tags = ["no_windows"],
)
tf_py_test(