From 6cff6535d2a57594682cbf6f93811fbd98f875cd Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 28 Feb 2024 14:55:57 -0800 Subject: [PATCH] test(test_proxy_server_caching.py): skip aws test - aws account suspended --- litellm/tests/test_proxy_server_caching.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_proxy_server_caching.py b/litellm/tests/test_proxy_server_caching.py index a9cf3504e..d6f98d27b 100644 --- a/litellm/tests/test_proxy_server_caching.py +++ b/litellm/tests/test_proxy_server_caching.py @@ -61,6 +61,7 @@ def generate_random_word(length=4): return "".join(random.choice(letters) for _ in range(length)) +@pytest.mark.skip(reason="AWS Suspended Account") def test_chat_completion(client_no_auth): global headers try: