fix: remove xfail from test_crew_train_success now that _format_feedback_message is implemented

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2026-06-07 23:44:20 +00:00
parent 847aee8906
commit 6161190c5c

View File

@@ -2908,12 +2908,6 @@ def test_manager_agent_with_tools_raises_exception(researcher, writer):
crew.kickoff()
@pytest.mark.xfail(
strict=True,
reason="crew.train() relies on CrewAgentExecutor._format_feedback_message; "
"AgentExecutor (the new default) does not implement training feedback yet. "
"Remove this xfail once training is migrated to AgentExecutor.",
)
@pytest.mark.vcr()
def test_crew_train_success(researcher, writer, monkeypatch):
task = Task(