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,