Disable flaky rebatch_dataset_test
PiperOrigin-RevId: 302483379 Change-Id: I1cd480ab6917f58899568d5ded8c07fb5625e22b
This commit is contained in:
parent
46f815205f
commit
c6ec2565db
@ -580,6 +580,10 @@ tf_py_test(
|
|||||||
name = "rebatch_dataset_test",
|
name = "rebatch_dataset_test",
|
||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["rebatch_dataset_test.py"],
|
srcs = ["rebatch_dataset_test.py"],
|
||||||
|
tags = [
|
||||||
|
"manual", # TODO(b/152215379)
|
||||||
|
"notap",
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/core:protos_all_py",
|
"//tensorflow/core:protos_all_py",
|
||||||
"//tensorflow/python:client_testlib",
|
"//tensorflow/python:client_testlib",
|
||||||
|
Loading…
Reference in New Issue
Block a user