test(test_function_calling.py): remove flaky groq test

This commit is contained in:
Krrish Dholakia 2024-04-19 16:41:23 -07:00
parent 01a1a8f731
commit a9f3fd4030

View file

@ -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: