mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_function_calling.py): remove flaky groq test
This commit is contained in:
parent
01a1a8f731
commit
a9f3fd4030
1 changed files with 3 additions and 0 deletions
|
@ -221,6 +221,9 @@ def test_parallel_function_call_stream():
|
|||
# test_parallel_function_call_stream()
|
||||
|
||||
|
||||
@pytest.mark.skip(
|
||||
reason="Flaky test. Groq function calling is not reliable for ci/cd testing."
|
||||
)
|
||||
def test_groq_parallel_function_call():
|
||||
litellm.set_verbose = True
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue