From dfcb6bcbc5f5c16ec2569ebc57555d411279a2da Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 4 Apr 2024 09:52:24 -0700 Subject: [PATCH] test(test_completion.py): skip sagemaker test - aws account suspended --- litellm/tests/test_completion.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 29669a87d..b3c0f79f0 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1762,6 +1762,7 @@ def test_customprompt_together_ai(): # test_customprompt_together_ai() +@pytest.mark.skip(reason="AWS Suspended Account") def test_completion_sagemaker(): try: litellm.set_verbose = True @@ -1791,6 +1792,7 @@ def test_completion_sagemaker(): # test_completion_sagemaker() +@pytest.mark.skip(reason="AWS Suspended Account") @pytest.mark.asyncio async def test_acompletion_sagemaker(): try: