We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276aa49 commit 3257aaeCopy full SHA for 3257aae
tests/ipcMain/runtimeFileEditing.test.ts
@@ -68,9 +68,16 @@ let sshConfig: SSHServerConfig | undefined;
68
// ============================================================================
69
70
describeIntegration("Runtime File Editing Tools", () => {
71
+<<<<<<< HEAD
72
// Enable retries in CI for flaky API tests
73
configureTestRetries(3);
74
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)
81
beforeAll(async () => {
82
// Check if Docker is available (required for SSH tests)
83
if (!(await isDockerAvailable())) {
0 commit comments