chore: remove pytest.mark.asyncio

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-09-26 16:57:18 +02:00
parent 9d06a8b147
commit 151b3ed0cf
No known key found for this signature in database

View file

@ -648,7 +648,6 @@ async def test_models_source_interaction_cleanup_provider_models(cached_disk_dis
await table.shutdown() await table.shutdown()
@pytest.mark.asyncio
async def test_tool_groups_routing_table_exception_handling(cached_disk_dist_registry): async def test_tool_groups_routing_table_exception_handling(cached_disk_dist_registry):
"""Test that the tool group routing table handles exceptions when listing tools, like if an MCP server is unreachable.""" """Test that the tool group routing table handles exceptions when listing tools, like if an MCP server is unreachable."""