提交 2dbadb25 编写于 作者: J Jonathan Hseu 提交者: TensorFlower Gardener

Disable test_save_secs_calls_listeners_periodically because it's pretty flaky.

Change: 150001327
上级 4e80f81c
......@@ -393,7 +393,8 @@ class CheckpointSaverHookTest(test.TestCase):
checkpoint_utils.load_variable(self.model_dir,
self.global_step.name))
def test_save_secs_calls_listeners_periodically(self):
# Flaky because of time.sleep()
def DISABLED_test_save_secs_calls_listeners_periodically(self):
with self.graph.as_default():
listener = MockCheckpointSaverListener()
hook = basic_session_run_hooks.CheckpointSaverHook(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册