mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test(router): note the new parallel-request setter is covered through update_settings
This commit is contained in:
parent
510bedb4fa
commit
7118741f2c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue