mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
handle flaky pytests
This commit is contained in:
parent
d8ecf55eca
commit
0f999524c9
5 changed files with 13 additions and 2 deletions
|
@ -325,6 +325,7 @@ async def test_chat_completion_ratelimit():
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
async def test_chat_completion_different_deployments():
|
||||
"""
|
||||
- call model group with 2 deployments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue