From d13ece38d73adeafab8f9aa60c73a46ef741f6c8 Mon Sep 17 00:00:00 2001 From: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:46:45 -0500 Subject: [PATCH] [CI] Skip Responses API (#34990) Signed-off-by: Robert Shaw Co-authored-by: Robert Shaw --- tests/entrypoints/openai/responses/test_harmony.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/entrypoints/openai/responses/test_harmony.py b/tests/entrypoints/openai/responses/test_harmony.py index 9d97800a9da..36d51812e7a 100644 --- a/tests/entrypoints/openai/responses/test_harmony.py +++ b/tests/entrypoints/openai/responses/test_harmony.py @@ -906,6 +906,10 @@ async def test_function_calling_no_code_interpreter_events( @pytest.mark.asyncio @pytest.mark.parametrize("model_name", [MODEL_NAME]) +@pytest.mark.skip( + reason="This test is flaky in CI, needs investigation and " + "potential fixes in the code interpreter MCP implementation." +) async def test_mcp_code_interpreter_streaming(client: OpenAI, model_name: str, server): tools = [{"type": "mcp", "server_label": "code_interpreter"}] input_text = (