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 0b72844 commit 28f7b79Copy full SHA for 28f7b79
runner/configuration/constants.ts
@@ -31,7 +31,7 @@ export const DEFAULT_MAX_BUILD_REPAIR_ATTEMPTS = 1;
31
* Number of times we'll try to ask LLM to repair test failures
32
* E.g. Axe violations, or test command failures
33
*/
34
-export const DEFAULT_MAX_TEST_REPAIR_ATTEMPTS = 1;
+export const DEFAULT_MAX_TEST_REPAIR_ATTEMPTS = 0;
35
36
/** Name of the folder where we store all generated reports */
37
export const REPORTS_ROOT_DIR = join(rootDir, 'reports');
0 commit comments