mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
testing skip internal server errors
This commit is contained in:
parent
3507211518
commit
015b2ee7d9
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ async def test_aimage_generation_vertex_ai(sync_mode):
|
|||
pass
|
||||
except litellm.RateLimitError as e:
|
||||
pass
|
||||
except litellm.InternalServerError as e:
|
||||
pass
|
||||
except litellm.ContentPolicyViolationError:
|
||||
pass # Azure randomly raises these errors - skip when they occur
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue