aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-07-25 12:16:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-25 12:20:42 -0700
commite29d089f29e705747346501d7011eb2f5b5c3351 (patch)
tree653d2d83ecd6ccd46635c17680d1fea9220f4d0c /tensorflow
parentc46418aa28d754cce838a12a10a29e1b87328ed0 (diff)
Disable broken autograph integration tests.
PiperOrigin-RevId: 206034196
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/contrib/autograph/examples/integration_tests/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/contrib/autograph/examples/integration_tests/BUILD b/tensorflow/contrib/autograph/examples/integration_tests/BUILD
index 2a4a0f75e7..d22d39c83b 100644
--- a/tensorflow/contrib/autograph/examples/integration_tests/BUILD
+++ b/tensorflow/contrib/autograph/examples/integration_tests/BUILD
@@ -22,6 +22,11 @@ py_test(
"keras_test.py",
],
srcs_version = "PY2AND3",
+ tags = [
+ "manual",
+ "no_oss",
+ "notap",
+ ],
deps = [
"//tensorflow:tensorflow_py",
],
@@ -33,6 +38,11 @@ py_test(
"list_literals_test.py",
],
srcs_version = "PY2AND3",
+ tags = [
+ "manual",
+ "no_oss",
+ "notap",
+ ],
deps = [
"//tensorflow:tensorflow_py",
],