aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/learn/BUILD')
-rw-r--r--tensorflow/contrib/learn/BUILD12
1 files changed, 1 insertions, 11 deletions
diff --git a/tensorflow/contrib/learn/BUILD b/tensorflow/contrib/learn/BUILD
index b05f5eeaee..f837ca3265 100644
--- a/tensorflow/contrib/learn/BUILD
+++ b/tensorflow/contrib/learn/BUILD
@@ -5,8 +5,6 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
-load("//tensorflow:tensorflow.bzl", "py_test")
-
package(default_visibility = [
"//engedu/ml/tf_from_scratch:__pkg__",
"//tensorflow:internal",
@@ -117,7 +115,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",
@@ -173,7 +170,6 @@ tf_py_test(
"//tensorflow/python:variables",
"//tensorflow/python/estimator",
],
- tags = ["no_windows"], # TODO: needs investigation on Windows
)
py_test(
@@ -192,7 +188,6 @@ py_test(
size = "small",
srcs = ["python/learn/graph_actions_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_windows"], # TODO: needs investigation on Windows
deps = [
":learn",
"//tensorflow/contrib/framework:framework_py",
@@ -431,10 +426,7 @@ py_test(
size = "medium",
srcs = ["python/learn/estimators/kmeans_test.py"],
srcs_version = "PY2AND3",
- tags = [
- "noasan", # b/73741358
- "nomac",
- ],
+ tags = ["noasan"],
deps = [
":learn",
"//tensorflow/python:array_ops",
@@ -593,7 +585,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",
@@ -823,7 +814,6 @@ py_test(
size = "small",
srcs = ["python/learn/utils/saved_model_export_utils_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_windows"], # TODO: needs investigation on Windows
deps = [
":learn",
"//tensorflow/contrib/layers:layers_py",