We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b8677 commit 48d3aadCopy full SHA for 48d3aad
tests/local_testing/test_caching.py
@@ -314,7 +314,7 @@ async def test_caching_with_cache_controls(sync_flag):
314
315
# test_caching_with_cache_controls()
316
317
-
+@pytest.mark.flaky(retries=3, delay=1)
318
def test_caching_with_models_v2():
319
messages = [
320
{"role": "user", "content": "who is ishaan CTO of litellm from litellm 2023"}
0 commit comments