test: skip step stream error case temporarily (#4491)

This commit is contained in:
cthomas
2025-09-08 23:27:07 -07:00
committed by GitHub
parent 4b366525bf
commit 9d7dd6acd8

View File

@@ -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,