diff --git a/litellm/tests/test_anthropic_prompt_caching.py b/litellm/tests/test_anthropic_prompt_caching.py index feb31e193..b9c70f0c3 100644 --- a/litellm/tests/test_anthropic_prompt_caching.py +++ b/litellm/tests/test_anthropic_prompt_caching.py @@ -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