mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(test) our AWS account is Suspended
This commit is contained in:
parent
5cfe4f7ab3
commit
957da9fbeb
1 changed files with 2 additions and 0 deletions
|
@ -616,6 +616,7 @@ def test_redis_cache_acompletion_stream_bedrock():
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||||
def test_s3_cache_acompletion_stream_azure():
|
def test_s3_cache_acompletion_stream_azure():
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
|
@ -698,6 +699,7 @@ def test_s3_cache_acompletion_stream_azure():
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
@pytest.mark.skip(reason="AWS Suspended Account")
|
||||||
async def test_s3_cache_acompletion_azure():
|
async def test_s3_cache_acompletion_azure():
|
||||||
import asyncio
|
import asyncio
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue