flaky: hermes ACP tests depend on live LLM calls #435

Open
opened 2026-05-23 10:47:43 +00:00 by xingyue · 0 comments
Owner

Two tests in workflow-agent-hermes intermittently fail because they require live LLM API calls:

  1. acp-client.test.ts — "prompt() collects structured messages including tool calls"
  2. resume-e2e.test.ts — "resume() after close — second prompt returns non-empty text"

These tests hit a real LLM endpoint (copilot-api) and fail due to timeouts or unexpected responses. They should either be mocked or moved to a separate integration test suite.

Currently skipped in #434.

Two tests in `workflow-agent-hermes` intermittently fail because they require live LLM API calls: 1. `acp-client.test.ts` — "prompt() collects structured messages including tool calls" 2. `resume-e2e.test.ts` — "resume() after close — second prompt returns non-empty text" These tests hit a real LLM endpoint (copilot-api) and fail due to timeouts or unexpected responses. They should either be mocked or moved to a separate integration test suite. Currently skipped in #434.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#435