mark test as flaky
This commit is contained in:
parent
3cec00939e
commit
b373320569
@ -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…
Reference in New Issue
Block a user