From 638111990d93bdb7dbd8d16032381be2d37fc912 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:59:55 +0000 Subject: [PATCH] Mark test_github_api_schema_performance as integration test This test makes external HTTP requests to GitHub and is subject to network latency, causing CI timeouts. Marking it as an integration test excludes it from default test runs while keeping it available for explicit integration testing. Co-authored-by: William Easton --- .../openapi_parser/server/openapi/test_openapi_performance.py | 1 + 1 file changed, 1 insertion(+) 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): """