diff --git a/litellm/tests/test_function_calling.py b/litellm/tests/test_function_calling.py index f76a082f60e..aedc21665b2 100644 --- a/litellm/tests/test_function_calling.py +++ b/litellm/tests/test_function_calling.py @@ -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: