mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test(test_caching.py): skip local test
This commit is contained in:
parent
33c9c16388
commit
ea7968e22e
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ def test_redis_cache_completion_stream():
|
||||||
# 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
|
@pytest.mark.asyncio
|
||||||
async def test_redis_cache_cluster_init_unit_test():
|
async def test_redis_cache_cluster_init_unit_test():
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue