From ea7968e22eb5e7f7d176da5cecf5aa95ff2a64e9 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 5da883f4ae..e474dff2e4 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: