From 41b84cbe660151363cb2d4e5a83fb5f0ef54ba30 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Sat, 24 May 2025 07:58:33 -0700 Subject: [PATCH] disable test_inference_store_tool_calls also --- tests/integration/inference/test_openai_completion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/inference/test_openai_completion.py b/tests/integration/inference/test_openai_completion.py index 6f8a05a45..28121ad44 100644 --- a/tests/integration/inference/test_openai_completion.py +++ b/tests/integration/inference/test_openai_completion.py @@ -274,6 +274,7 @@ def test_inference_store(openai_client, client_with_models, text_model_id, strea False, ], ) +@pytest.mark.skip(reason="Very flaky, tool calling really wacky on CI") def test_inference_store_tool_calls(openai_client, client_with_models, text_model_id, stream): skip_if_model_doesnt_support_openai_chat_completion(client_with_models, text_model_id) client = openai_client