From 957da9fbebb9b9c267f7beea64a56e76c117ff6b Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 28 Feb 2024 18:32:27 -0800 Subject: [PATCH] (test) our AWS account is Suspended --- 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 1764b65c0..3a7f969e5 100644 --- a/litellm/tests/test_caching.py +++ b/litellm/tests/test_caching.py @@ -616,6 +616,7 @@ def test_redis_cache_acompletion_stream_bedrock(): raise e +@pytest.mark.skip(reason="AWS Suspended Account") def test_s3_cache_acompletion_stream_azure(): import asyncio @@ -698,6 +699,7 @@ def test_s3_cache_acompletion_stream_azure(): @pytest.mark.asyncio +@pytest.mark.skip(reason="AWS Suspended Account") async def test_s3_cache_acompletion_azure(): import asyncio import logging