aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-31 12:52:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-31 12:56:14 -0700
commitc5fcae3d5c632069a57ef1374e628d25be90e563 (patch)
tree77cd6d4f0db440840b6d89960dc5eba6878cd8af /tensorflow/contrib/autograph
parentccb4f10afbb5865bbc983a651e0041253f367311 (diff)
Disabling errors integration test on Windows.
PiperOrigin-RevId: 206811197
Diffstat (limited to 'tensorflow/contrib/autograph')
-rw-r--r--tensorflow/contrib/autograph/examples/integration_tests/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/autograph/examples/integration_tests/BUILD b/tensorflow/contrib/autograph/examples/integration_tests/BUILD
index 0ab4e2eb5e..6c281485b4 100644
--- a/tensorflow/contrib/autograph/examples/integration_tests/BUILD
+++ b/tensorflow/contrib/autograph/examples/integration_tests/BUILD
@@ -22,6 +22,7 @@ py_test(
"errors_test.py",
],
srcs_version = "PY2AND3",
+ tags = ["no_windows"],
visibility = ["//visibility:public"],
deps = [
"//tensorflow:tensorflow_py",