Merge pull request #2242 from jlowin/claude/issue-2239-20251024-2057

Mark test_github_api_schema_performance as integration test
This commit is contained in:
William Easton 2025-10-24 16:12:22 -05:00 committed by GitHub
commit fe0b49484b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):
"""