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:
Krrish Dholakia 2024-04-04 15:07:19 -07:00
parent 48a5948081
commit 9b8e1fe052

View file

@ -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