mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test(test_caching.py): skip local test
This commit is contained in:
parent
e2d7539690
commit
f24075bcaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue