forked from phoenix/litellm-mirror
mark test_key_info_spend_values_streaming as flaky
This commit is contained in:
parent
208fe6cb90
commit
4b7ceade64
2 changed files with 89 additions and 0 deletions
|
@ -523,6 +523,7 @@ async def test_key_info_spend_values():
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
async def test_key_info_spend_values_streaming():
|
||||
"""
|
||||
Test to ensure spend is correctly calculated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue