mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
mark test as flaky
This commit is contained in:
parent
d9843a59a7
commit
e33d634e5d
1 changed files with 1 additions and 0 deletions
|
|
@ -3712,6 +3712,7 @@ def test_unit_test_custom_stream_wrapper_function_call():
|
|||
"vertex_ai/claude-3-5-sonnet@20240620",
|
||||
],
|
||||
)
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
def test_streaming_tool_calls_valid_json_str(model):
|
||||
if "vertex_ai" in model:
|
||||
from litellm.tests.test_amazing_vertex_completion import (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue