Disable flaky prefetching_ops_test.
authorGunhan Gulsoy <gunan@google.com>
Mon, 26 Mar 2018 05:02:09 +0000 (22:02 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 26 Mar 2018 05:04:34 +0000 (22:04 -0700)
PiperOrigin-RevId: 190416108

tensorflow/contrib/data/python/kernel_tests/BUILD

index f70b29c..8cfe4a7 100644 (file)
@@ -479,6 +479,10 @@ py_test(
     size = "small",
     srcs = ["prefetching_ops_test.py"],
     srcs_version = "PY2AND3",
+    tags = [
+        "manual",
+        "no_oss",
+    ],
     deps = [
         "//tensorflow/contrib/data/python/ops:prefetching_ops",
         "//tensorflow/core:protos_all_py",