Skip to content

Commit 8793b28

Browse files
committed
fix: resolve merge conflict markers
1 parent 3257aae commit 8793b28

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/ipcMain/runtimeFileEditing.test.ts

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

7070
describeIntegration("Runtime File Editing Tools", () => {
71-
<<<<<<< HEAD
7271
// Enable retries in CI for flaky API tests
7372
configureTestRetries(3);
7473

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)
8174
beforeAll(async () => {
8275
// Check if Docker is available (required for SSH tests)
8376
if (!(await isDockerAvailable())) {

0 commit comments

Comments
 (0)