From 9536d17b0429b9146f7c585ed1956cb2591e3266 Mon Sep 17 00:00:00 2001 From: Thang Pham Date: Wed, 13 Jul 2022 15:53:19 -0400 Subject: [PATCH] remove sleep failpoints --- test_runner/batch_others/test_ancestor_branch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/batch_others/test_ancestor_branch.py b/test_runner/batch_others/test_ancestor_branch.py index 3e7ba22184..1b1da5b58b 100644 --- a/test_runner/batch_others/test_ancestor_branch.py +++ b/test_runner/batch_others/test_ancestor_branch.py @@ -21,7 +21,7 @@ def test_ancestor_branch(neon_env_builder: NeonEnvBuilder): 'compaction_target_size': '4194304', }) - env.pageserver.safe_psql("failpoints flush-frozen-before-sync=sleep(10000)") + # env.pageserver.safe_psql("failpoints flush-frozen-before-sync=sleep(10000)") pg_branch0 = env.postgres.create_start('main', tenant_id=tenant) branch0_cur = pg_branch0.connect().cursor()