mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix flaky tests
This commit is contained in:
parent
0f999524c9
commit
64398fe123
4 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,7 @@ async def test_acompletion_caching_on_router():
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
async def test_completion_caching_on_router():
|
||||
# tests completion + caching on router
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue