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)