From ccbc47122c670da97b13651420e0c95e6eb79725 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 19 Jan 2024 20:44:54 -0800 Subject: [PATCH] (fix) test caching --- litellm/tests/test_caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_caching.py b/litellm/tests/test_caching.py index 7b82906042a..72c033abf1e 100644 --- a/litellm/tests/test_caching.py +++ b/litellm/tests/test_caching.py @@ -401,7 +401,7 @@ def test_redis_cache_completion_stream(): """ -test_redis_cache_completion_stream() +# test_redis_cache_completion_stream() def test_redis_cache_acompletion_stream():