From 404b5b7fd80072b4686d0da34e949a03ddaf058d Mon Sep 17 00:00:00 2001 From: samsja Date: Mon, 17 Apr 2023 18:46:58 +0200 Subject: [PATCH] fix: skip push pzull Signed-off-by: samsja --- tests/integrations/store/test_jac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integrations/store/test_jac.py b/tests/integrations/store/test_jac.py index df84f8bd178..86baef1f801 100644 --- a/tests/integrations/store/test_jac.py +++ b/tests/integrations/store/test_jac.py @@ -13,7 +13,7 @@ TOLERANCE_RATIO = 0.5 # Percentage of difference allowed in stream vs non-stream test RANDOM: str = uuid.uuid4().hex[:8] -pytestmark = [pytest.mark.ignore] +pytestmark = [pytest.mark.skip] @pytest.fixture(scope='session', autouse=True)