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
|
@ -758,6 +758,7 @@ async def test_streaming_router_tpm_limit():
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
async def test_bad_router_call():
|
||||
litellm.set_verbose = True
|
||||
model_list = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue