From a4754f909857efb6d0082e77d39b192f2eb3f3f2 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 27 Nov 2023 10:13:46 -0800 Subject: [PATCH] (test) competion --- litellm/tests/test_completion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 996c903e14..f6b26f29cc 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -991,7 +991,7 @@ def test_completion_bedrock_cohere(): pass except Exception as e: pytest.fail(f"Error occurred: {e}") -test_completion_bedrock_cohere() +# test_completion_bedrock_cohere() def test_completion_bedrock_claude_completion_auth(): @@ -1028,7 +1028,7 @@ def test_completion_bedrock_claude_completion_auth(): pass except Exception as e: pytest.fail(f"Error occurred: {e}") -test_completion_bedrock_claude_completion_auth() +# test_completion_bedrock_claude_completion_auth() # def test_completion_bedrock_claude_external_client_auth(): # print("calling bedrock claude external client auth")