forked from phoenix/litellm-mirror
mark test_async_completion_azure_caching as flaky
This commit is contained in:
parent
5f1c1aaa04
commit
16176da9fa
1 changed files with 1 additions and 0 deletions
|
@ -586,6 +586,7 @@ async def test_async_chat_azure_with_fallbacks():
|
|||
# CACHING
|
||||
## Test Azure - completion, embedding
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
async def test_async_completion_azure_caching():
|
||||
customHandler_caching = CompletionCustomHandler()
|
||||
litellm.cache = Cache(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue