forked from phoenix/litellm-mirror
mark test as flaky
This commit is contained in:
parent
a64f9f4bc0
commit
0b51712aab
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ async def test_anthropic_api_prompt_caching_no_headers():
|
|||
|
||||
|
||||
@pytest.mark.asyncio()
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
async def test_anthropic_api_prompt_caching_streaming():
|
||||
from litellm.tests.test_streaming import streaming_format_tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue