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