Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/ipcMain/runtimeFileEditing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import {
sendMessageAndWait,
extractTextFromEvents,
writeFileViaBash,
configureTestRetries,
HAIKU_MODEL,
TEST_TIMEOUT_LOCAL_MS,
TEST_TIMEOUT_SSH_MS,
Expand Down Expand Up @@ -64,6 +65,9 @@ let sshConfig: SSHServerConfig | undefined;
// ============================================================================

describeIntegration("Runtime File Editing Tools", () => {
// LLM-based tests can be flaky due to model non-determinism; retry on CI
configureTestRetries(3);

beforeAll(async () => {
// Check if Docker is available (required for SSH tests)
if (!(await isDockerAvailable())) {
Expand Down