test(router): note the new parallel-request setter is covered through update_settings

This commit is contained in:
Yuneng Jiang 2026-09-03 02:59:27 +00:00
parent 510bedb4fa
commit 7118741f2c
No known key found for this signature in database

View file

@ -87,6 +87,7 @@ ignored_function_names = [
"_delete_claude_code_session_router_binding", # Tested through Redis cleanup failure in test_router.py
"_resolve_claude_code_session_router", # Tested through Claude Code session routing in test_router.py
"_get_claude_code_session_router_binding", # Tested through the two-worker session routing test in test_router.py
"_set_default_max_parallel_requests", # Tested through update_settings in test_router_retry_policy_update.py
]