mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
test(test_caching.py): skip test - aws suspended account
will need to recreate these objects on a new aws account
This commit is contained in:
parent
48a5948081
commit
9b8e1fe052
1 changed files with 2 additions and 0 deletions
|
@ -689,6 +689,7 @@ async def test_redis_cache_acompletion_stream_bedrock():
|
|||
raise e
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||
@pytest.mark.asyncio
|
||||
async def test_s3_cache_acompletion_stream_azure():
|
||||
import asyncio
|
||||
|
@ -767,6 +768,7 @@ async def test_s3_cache_acompletion_stream_azure():
|
|||
# test_s3_cache_acompletion_stream_azure()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||
@pytest.mark.asyncio
|
||||
async def test_s3_cache_acompletion_azure():
|
||||
import asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue