aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/contrib/autograph/examples/integration_tests/BUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/tensorflow/contrib/autograph/examples/integration_tests/BUILD b/tensorflow/contrib/autograph/examples/integration_tests/BUILD
index d22d39c83b..d20c17b63b 100644
--- a/tensorflow/contrib/autograph/examples/integration_tests/BUILD
+++ b/tensorflow/contrib/autograph/examples/integration_tests/BUILD
@@ -22,11 +22,7 @@ py_test(
"keras_test.py",
],
srcs_version = "PY2AND3",
- tags = [
- "manual",
- "no_oss",
- "notap",
- ],
+ tags = ["no_windows"],
deps = [
"//tensorflow:tensorflow_py",
],
@@ -38,11 +34,7 @@ py_test(
"list_literals_test.py",
],
srcs_version = "PY2AND3",
- tags = [
- "manual",
- "no_oss",
- "notap",
- ],
+ tags = ["no_windows"],
deps = [
"//tensorflow:tensorflow_py",
],