From fe26acd9a2cee2d63a9efda0801f104a2de91e1f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 28 Feb 2024 14:42:50 -0800 Subject: [PATCH] test: skip aws test - aws account suspended --- litellm/tests/test_embedding.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_embedding.py b/litellm/tests/test_embedding.py index b88f6ae7f4..2c9de496c4 100644 --- a/litellm/tests/test_embedding.py +++ b/litellm/tests/test_embedding.py @@ -302,6 +302,7 @@ def test_bedrock_embedding_titan(): # test_bedrock_embedding_titan() +@pytest.mark.skip(reason="AWS Suspended Account") def test_bedrock_embedding_cohere(): try: litellm.set_verbose = False