From f24075bcafd9737101d09c89c79c0182ac8d0d68 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 21 Aug 2024 15:05:18 -0700 Subject: [PATCH] test(test_caching.py): skip local test --- 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 5da883f4ae3..e474dff2e4a 100644 --- a/litellm/tests/test_caching.py +++ b/litellm/tests/test_caching.py @@ -804,7 +804,7 @@ def test_redis_cache_completion_stream(): # test_redis_cache_completion_stream() -# @pytest.mark.skip(reason="Local test. Requires running redis cluster locally.") +@pytest.mark.skip(reason="Local test. Requires running redis cluster locally.") @pytest.mark.asyncio async def test_redis_cache_cluster_init_unit_test(): try: