diff --git a/tests/integrations/store/test_jac.py b/tests/integrations/store/test_jac.py index 13f338acc5e..df84f8bd178 100644 --- a/tests/integrations/store/test_jac.py +++ b/tests/integrations/store/test_jac.py @@ -13,6 +13,8 @@ TOLERANCE_RATIO = 0.5 # Percentage of difference allowed in stream vs non-stream test RANDOM: str = uuid.uuid4().hex[:8] +pytestmark = [pytest.mark.ignore] + @pytest.fixture(scope='session', autouse=True) def testing_namespace_cleanup():