test: skip aws test - aws account suspended

This commit is contained in:
Krrish Dholakia 2024-02-28 14:27:01 -08:00
parent 129e84f0c5
commit 267d365067
2 changed files with 2 additions and 0 deletions

View file

@ -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