forked from phoenix/litellm-mirror
mark test_cost_tracking_with_caching as flaky
This commit is contained in:
parent
d57f5a955e
commit
ef47b2bc87
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ async def test_async_custom_handler_embedding_optional_param_bedrock():
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
@pytest.mark.flaky(retries=3, delay=1)
|
||||||
async def test_cost_tracking_with_caching():
|
async def test_cost_tracking_with_caching():
|
||||||
"""
|
"""
|
||||||
Important Test - This tests if that cost is 0 for cached responses
|
Important Test - This tests if that cost is 0 for cached responses
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue