Skip to content

Commit

Permalink
mark test_async_completion_azure_caching as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Sep 21, 2024
1 parent 5f1c1aa commit 16176da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litellm/tests/test_custom_callback_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 16176da

Please sign in to comment.