forked from phoenix/litellm-mirror
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
2236f283fe
commit
2472311a3f
1 changed files with 2 additions and 0 deletions
|
@ -689,6 +689,7 @@ async def test_redis_cache_acompletion_stream_bedrock():
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_s3_cache_acompletion_stream_azure():
|
async def test_s3_cache_acompletion_stream_azure():
|
||||||
import asyncio
|
import asyncio
|
||||||
|
@ -767,6 +768,7 @@ async def test_s3_cache_acompletion_stream_azure():
|
||||||
# test_s3_cache_acompletion_stream_azure()
|
# test_s3_cache_acompletion_stream_azure()
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_s3_cache_acompletion_azure():
|
async def test_s3_cache_acompletion_azure():
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue