forked from phoenix/litellm-mirror
mark test_completion_sagemaker_prompt_template_non_stream as flaky
This commit is contained in:
parent
b987d99486
commit
1ca638973f
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue