From 33251a9d8f7c3a30871c5a3cea1f6dd7a5bc6e09 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 28 Jan 2022 16:01:09 +0200 Subject: [PATCH] Disable failing remote storage tests for now --- test_runner/batch_others/test_remote_storage.py | 1 + test_runner/batch_others/test_tenant_relocation.py | 1 + 2 files changed, 2 insertions(+) diff --git a/test_runner/batch_others/test_remote_storage.py b/test_runner/batch_others/test_remote_storage.py index 6698142c09..5be66266ac 100644 --- a/test_runner/batch_others/test_remote_storage.py +++ b/test_runner/batch_others/test_remote_storage.py @@ -28,6 +28,7 @@ pytest_plugins = ("fixtures.zenith_fixtures") # * queries the specific data, ensuring that it matches the one stored before # # The tests are done for all types of remote storage pageserver supports. +@pytest.mark.skip(reason="will be fixed with https://github.com/zenithdb/zenith/issues/1193") @pytest.mark.parametrize('storage_type', ['local_fs', 'mock_s3']) def test_remote_storage_backup_and_restore(zenith_env_builder: ZenithEnvBuilder, storage_type: str): zenith_env_builder.rust_log_override = 'debug' diff --git a/test_runner/batch_others/test_tenant_relocation.py b/test_runner/batch_others/test_tenant_relocation.py index 1d1dde0697..381a2ad709 100644 --- a/test_runner/batch_others/test_tenant_relocation.py +++ b/test_runner/batch_others/test_tenant_relocation.py @@ -114,6 +114,7 @@ def assert_local(pageserver_http_client: ZenithPageserverHttpClient, tenant: str return timeline_detail +@pytest.mark.skip(reason="will be fixed with https://github.com/zenithdb/zenith/issues/1193") @pytest.mark.parametrize('with_load', ['with_load', 'without_load']) def test_tenant_relocation(zenith_env_builder: ZenithEnvBuilder, port_distributor: PortDistributor,