aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn
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/contrib/learn
parentdc4cfc3a4d018cf39d644401f33c3693d5e49466 (diff)
Re-enable some tests on Windows
PiperOrigin-RevId: 208695032
Diffstat (limited to 'tensorflow/contrib/learn')
-rw-r--r--tensorflow/contrib/learn/BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/contrib/learn/BUILD b/tensorflow/contrib/learn/BUILD
index d3aa3fa92c..418b0cf392 100644
--- a/tensorflow/contrib/learn/BUILD
+++ b/tensorflow/contrib/learn/BUILD
@@ -108,7 +108,6 @@ py_test(
size = "small",
srcs = ["python/learn/learn_io/data_feeder_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_windows"], # TODO: needs investigation on Windows
deps = [
":learn",
"//tensorflow/python:client_testlib",
@@ -164,7 +163,6 @@ tf_py_test(
"//tensorflow/python:variables",
"//tensorflow/python/estimator:estimator_py",
],
- tags = ["no_windows"], # TODO: needs investigation on Windows
)
py_test(
@@ -591,7 +589,6 @@ py_test(
size = "small",
srcs = ["python/learn/learn_io/io_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_windows"], # TODO: needs investigation on Windows
deps = [
":learn",
"//tensorflow/contrib/learn/python/learn/datasets",