From a9f3fd403013e34cf6435198e586ce40b7280797 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 19 Apr 2024 16:41:23 -0700 Subject: [PATCH] test(test_function_calling.py): remove flaky groq test --- litellm/tests/test_function_calling.py | 3 +++ 1 file changed, 3 insertions(+) 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: