mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
mark test as flaky
This commit is contained in:
parent
3cec00939e
commit
b373320569
1 changed files with 1 additions and 0 deletions
|
|
@ -846,6 +846,7 @@ def test_gemini_pro_grounding(value_in_dict):
|
|||
) # "vertex_ai",
|
||||
@pytest.mark.parametrize("sync_mode", [True]) # "vertex_ai",
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
async def test_gemini_pro_function_calling_httpx(model, sync_mode):
|
||||
try:
|
||||
load_vertex_ai_credentials()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue