Skip to content

Commit 3257aae

Browse files
committed
🤖 fix: add retries to flaky integration tests
1 parent 276aa49 commit 3257aae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/ipcMain/runtimeFileEditing.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,16 @@ let sshConfig: SSHServerConfig | undefined;
6868
// ============================================================================
6969

7070
describeIntegration("Runtime File Editing Tools", () => {
71+
<<<<<<< HEAD
7172
// Enable retries in CI for flaky API tests
7273
configureTestRetries(3);
7374

75+
||||||| parent of 846841cd (🤖 fix: add retries to flaky integration tests)
76+
=======
77+
// Add retries to handle potential AI flakiness (e.g. failing to call tools)
78+
configureTestRetries(3);
79+
80+
>>>>>>> 846841cd (🤖 fix: add retries to flaky integration tests)
7481
beforeAll(async () => {
7582
// Check if Docker is available (required for SSH tests)
7683
if (!(await isDockerAvailable())) {

0 commit comments

Comments
 (0)