From 1ca638973f1dbb20077ea909eea11ce806d21e2c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 21 Sep 2024 18:14:58 -0700 Subject: [PATCH] mark test_completion_sagemaker_prompt_template_non_stream as flaky --- litellm/tests/test_sagemaker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_sagemaker.py b/litellm/tests/test_sagemaker.py index effffedf0..a6b202af0 100644 --- a/litellm/tests/test_sagemaker.py +++ b/litellm/tests/test_sagemaker.py @@ -301,6 +301,7 @@ async def test_completion_sagemaker_non_stream(): @pytest.mark.asyncio +@pytest.mark.flaky(retries=3, delay=1) async def test_completion_sagemaker_prompt_template_non_stream(): mock_response = MagicMock()