Skip to content

Commit

Permalink
mark test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Sep 12, 2024
1 parent bea34c9 commit 085e175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litellm/tests/test_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,7 @@ async def test_completion_replicate_llama3_streaming(sync_mode):
],
)
@pytest.mark.asyncio
@pytest.mark.flaky(retries=3, delay=1)
async def test_bedrock_httpx_streaming(sync_mode, model, region):
try:
litellm.set_verbose = True
Expand Down

0 comments on commit 085e175

Please sign in to comment.