From 267d365067bbe4c9c358c8978cdd62e8c98cfa8c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 28 Feb 2024 14:27:01 -0800 Subject: [PATCH] test: skip aws test - aws account suspended --- litellm/tests/test_bedrock_completion.py | 1 + litellm/tests/test_proxy_server.py | 1 + 2 files changed, 2 insertions(+) diff --git a/litellm/tests/test_bedrock_completion.py b/litellm/tests/test_bedrock_completion.py index 6b31c8a061..a448fc3a57 100644 --- a/litellm/tests/test_bedrock_completion.py +++ b/litellm/tests/test_bedrock_completion.py @@ -1,3 +1,4 @@ +# @pytest.mark.skip(reason="AWS Suspended Account") # import sys, os # import traceback # from dotenv import load_dotenv diff --git a/litellm/tests/test_proxy_server.py b/litellm/tests/test_proxy_server.py index 70fef0e064..caf32299f2 100644 --- a/litellm/tests/test_proxy_server.py +++ b/litellm/tests/test_proxy_server.py @@ -125,6 +125,7 @@ def test_embedding(client_no_auth): pytest.fail(f"LiteLLM Proxy test failed. Exception - {str(e)}") +@pytest.mark.skip(reason="AWS Suspended Account") def test_bedrock_embedding(client_no_auth): global headers from litellm.proxy.proxy_server import user_custom_auth