mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
test: mark flaky test
This commit is contained in:
parent
b9d0f460e8
commit
e2d4597588
1 changed files with 1 additions and 1 deletions
|
|
@ -3883,7 +3883,7 @@ async def test_get_paginated_teams(prisma_client):
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(reruns=3)
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
@pytest.mark.parametrize("entity_type", ["key", "user", "team"])
|
||||
async def test_reset_budget_job(prisma_client, entity_type):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue