From 9d7dd6acd880ad0eef23b8e27bc80d3c7f7f095d Mon Sep 17 00:00:00 2001 From: cthomas Date: Mon, 8 Sep 2025 23:27:07 -0700 Subject: [PATCH] test: skip step stream error case temporarily (#4491) --- tests/integration_test_send_message.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration_test_send_message.py b/tests/integration_test_send_message.py index b47a4d54..dd7a5569 100644 --- a/tests/integration_test_send_message.py +++ b/tests/integration_test_send_message.py @@ -1009,6 +1009,7 @@ def test_step_streaming_tool_call( assert_tool_call_response(messages_from_db, from_db=True, llm_config=llm_config) +@pytest.mark.skip @pytest.mark.parametrize( "llm_config", TESTED_LLM_CONFIGS,