From c6ec2565db03ff3a02e696ca889bf0cef104eed7 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Mon, 23 Mar 2020 11:49:54 -0700 Subject: [PATCH] Disable flaky rebatch_dataset_test PiperOrigin-RevId: 302483379 Change-Id: I1cd480ab6917f58899568d5ded8c07fb5625e22b --- tensorflow/python/data/experimental/kernel_tests/BUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tensorflow/python/data/experimental/kernel_tests/BUILD b/tensorflow/python/data/experimental/kernel_tests/BUILD index c9facc23ae5..a8e87326743 100644 --- a/tensorflow/python/data/experimental/kernel_tests/BUILD +++ b/tensorflow/python/data/experimental/kernel_tests/BUILD @@ -580,6 +580,10 @@ tf_py_test( name = "rebatch_dataset_test", size = "small", srcs = ["rebatch_dataset_test.py"], + tags = [ + "manual", # TODO(b/152215379) + "notap", + ], deps = [ "//tensorflow/core:protos_all_py", "//tensorflow/python:client_testlib",