aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-14 12:47:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-14 12:57:11 -0700
commit0c8a92edd07fa0a1316dc8e31c76d0efd3e54b33 (patch)
treeb07eb681f78d617eb116589c8630538ee81634a6 /tensorflow/python/BUILD
parentdc4cfc3a4d018cf39d644401f33c3693d5e49466 (diff)
Re-enable some tests on Windows
PiperOrigin-RevId: 208695032
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index a6bb6158e6..7c2e8b003b 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -4208,7 +4208,6 @@ cuda_py_test(
":math_ops",
"//tensorflow/core:protos_all_py",
],
- tags = ["no_windows"],
)
cuda_py_test(
@@ -4502,7 +4501,6 @@ py_test(
srcs = ["training/saver_large_partitioned_variable_test.py"],
srcs_version = "PY2AND3",
tags = [
- "no_windows",
"noasan", # http://b/30782289
"notsan", # http://b/30782289
],