diff --git a/tests/experimental/openapi_parser/server/openapi/test_openapi_performance.py b/tests/experimental/openapi_parser/server/openapi/test_openapi_performance.py index e962522e3..6034e025e 100644 --- a/tests/experimental/openapi_parser/server/openapi/test_openapi_performance.py +++ b/tests/experimental/openapi_parser/server/openapi/test_openapi_performance.py @@ -23,6 +23,7 @@ class TestOpenAPIPerformance: """Performance tests for OpenAPI parsing with real-world large schemas.""" # 10 second maximum timeout for this test no matter what + @pytest.mark.integration @pytest.mark.timeout(10) async def test_github_api_schema_performance(self): """