From 2472311a3f1ac0ad771ae2f5aebe444e32b22a3f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 4 Apr 2024 15:07:19 -0700 Subject: [PATCH] test(test_caching.py): skip test - aws suspended account will need to recreate these objects on a new aws account --- litellm/tests/test_caching.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/tests/test_caching.py b/litellm/tests/test_caching.py index 49c95a5fb..da46359d9 100644 --- a/litellm/tests/test_caching.py +++ b/litellm/tests/test_caching.py @@ -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