From 85884a1599895a9875c7f0139854aa7dae21148e Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 13 May 2022 00:42:13 +0300 Subject: [PATCH] Disable tenant relocation python test --- test_runner/batch_others/test_tenant_relocation.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test_runner/batch_others/test_tenant_relocation.py b/test_runner/batch_others/test_tenant_relocation.py index 20694a240c..279b3a0a25 100644 --- a/test_runner/batch_others/test_tenant_relocation.py +++ b/test_runner/batch_others/test_tenant_relocation.py @@ -95,6 +95,10 @@ def load(pg: Postgres, stop_event: threading.Event, load_ok_event: threading.Eve log.info('load thread stopped') +@pytest.mark.skip( + reason= + "needs to replace callmemaybe call with better idea how to migrate timelines between pageservers" +) @pytest.mark.parametrize('with_load', ['with_load', 'without_load']) def test_tenant_relocation(zenith_env_builder: ZenithEnvBuilder, port_distributor: PortDistributor,