Skip to content

Commit

Permalink
mark flaky test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Aug 31, 2024
1 parent 2e0ee8c commit 9a3873b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litellm/tests/test_custom_callback_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@ async def test_async_embedding_bedrock():
# CACHING
## Test Azure - completion, embedding
@pytest.mark.asyncio
@pytest.mark.flaky(retries=3, delay=1)
async def test_async_completion_azure_caching():
litellm.set_verbose = True
customHandler_caching = CompletionCustomHandler()
Expand Down

0 comments on commit 9a3873b

Please # to comment.