Disable flaky rebatch_dataset_test

PiperOrigin-RevId: 302483379
Change-Id: I1cd480ab6917f58899568d5ded8c07fb5625e22b
This commit is contained in:
Gunhan Gulsoy 2020-03-23 11:49:54 -07:00 committed by TensorFlower Gardener
parent 46f815205f
commit c6ec2565db

View File

@ -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",