mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
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
Reference in a new issue