forked from phoenix/litellm-mirror
mark flaky test as flaky
This commit is contained in:
parent
2e0ee8c72f
commit
9a3873b9ed
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue