From 48d3aad68ff59b332eaec44a062e41af112d9494 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 30 Aug 2025 13:21:14 -0700 Subject: [PATCH] test_caching_with_models_v2 --- tests/local_testing/test_caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_caching.py b/tests/local_testing/test_caching.py index 1f68e8a43a..8a0956958b 100644 --- a/tests/local_testing/test_caching.py +++ b/tests/local_testing/test_caching.py @@ -314,7 +314,7 @@ async def test_caching_with_cache_controls(sync_flag): # test_caching_with_cache_controls() - +@pytest.mark.flaky(retries=3, delay=1) def test_caching_with_models_v2(): messages = [ {"role": "user", "content": "who is ishaan CTO of litellm from litellm 2023"}