test(test_caching.py): skip local test

This commit is contained in:
Krrish Dholakia 2024-08-21 15:05:18 -07:00
parent 33c9c16388
commit ea7968e22e

View file

@ -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: