From d28fe732c569b4ca1397dd6b71705a172c8f435e Mon Sep 17 00:00:00 2001 From: Thang Pham Date: Wed, 13 Jul 2022 15:33:58 -0400 Subject: [PATCH] skip branch and gc test --- test_runner/batch_others/test_branch_and_gc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_runner/batch_others/test_branch_and_gc.py b/test_runner/batch_others/test_branch_and_gc.py index 40e41c3372..773e7798c6 100644 --- a/test_runner/batch_others/test_branch_and_gc.py +++ b/test_runner/batch_others/test_branch_and_gc.py @@ -1,3 +1,4 @@ +import pytest from fixtures.log_helper import log from fixtures.neon_fixtures import NeonEnv from fixtures.utils import lsn_from_hex @@ -40,6 +41,7 @@ from fixtures.utils import lsn_from_hex # Because the delta layer D covering lsn1 is corrupted, creating a branch # starting from lsn1 should return an error as follows: # could not find data for key ... at LSN ..., for request at LSN ... +@pytest.mark.skip("") def test_branch_and_gc(neon_simple_env: NeonEnv): env = neon_simple_env