mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
Adding retries to flaky tests
This commit is contained in:
parent
f425c80858
commit
827ce52d80
2 changed files with 2 additions and 2 deletions
|
|
@ -583,7 +583,7 @@ async def test_aaaaakey_info_spend_values_streaming():
|
|||
rounded_response_cost == rounded_key_info_spend
|
||||
), f"Expected={rounded_response_cost}, Got={rounded_key_info_spend}"
|
||||
|
||||
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
@pytest.mark.asyncio
|
||||
async def test_key_info_spend_values_image_generation():
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ async def list_organization(session, i):
|
|||
|
||||
return response_json
|
||||
|
||||
|
||||
@pytest.mark.flaky(retries=5, delay=1)
|
||||
@pytest.mark.asyncio
|
||||
async def test_organization_new():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue