mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
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 <strawgate@users.noreply.github.com>
This commit is contained in:
parent
980d0516a7
commit
638111990d
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