mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
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:
commit
fe0b49484b
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue