aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph/converters/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/autograph/converters/BUILD')
-rw-r--r--tensorflow/contrib/autograph/converters/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/autograph/converters/BUILD b/tensorflow/contrib/autograph/converters/BUILD
index 608bd82722..c5a0dc1095 100644
--- a/tensorflow/contrib/autograph/converters/BUILD
+++ b/tensorflow/contrib/autograph/converters/BUILD
@@ -61,6 +61,7 @@ py_test(
name = "asserts_test",
srcs = ["asserts_test.py"],
srcs_version = "PY2AND3",
+ tags = ["no_windows"],
deps = [
":test_lib",
"//tensorflow/python:client_testlib",
@@ -81,6 +82,7 @@ py_test(
name = "builtin_functions_test",
srcs = ["builtin_functions_test.py"],
srcs_version = "PY2AND3",
+ tags = ["no_windows"],
deps = [
":test_lib",
"//tensorflow/python:client_testlib",
@@ -92,6 +94,7 @@ py_test(
size = "large",
srcs = ["call_trees_test.py"],
srcs_version = "PY2AND3",
+ tags = ["no_windows"],
deps = [
":test_lib",
"//tensorflow/contrib/autograph/impl",