From: Gunhan Gulsoy Date: Mon, 26 Mar 2018 05:02:09 +0000 (-0700) Subject: Disable flaky prefetching_ops_test. X-Git-Tag: tflite-v0.1.7~106^2^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3436d6757a77ab1fefd3f6000a1e961a9ab9881;p=platform%2Fupstream%2Ftensorflow.git Disable flaky prefetching_ops_test. PiperOrigin-RevId: 190416108 --- diff --git a/tensorflow/contrib/data/python/kernel_tests/BUILD b/tensorflow/contrib/data/python/kernel_tests/BUILD index f70b29c..8cfe4a7 100644 --- a/tensorflow/contrib/data/python/kernel_tests/BUILD +++ b/tensorflow/contrib/data/python/kernel_tests/BUILD @@ -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",