mark test as flaky

This commit is contained in:
Ishaan Jaff 2024-09-02 19:44:28 -07:00
parent a64f9f4bc0
commit 0b51712aab

View file

@ -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