Skip to content

Commit df79439

Browse files
authored
chore: .claude/skills/fix-flaky-tests/SKILL.md: ignore Farm-related failures (#9245)
Instruct Claude to ignore Farm related failures when debugging flaky tests since those are due to infrastructure issues unrelated to the test code.
1 parent 7ce195d commit df79439

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.claude/skills/fix-flaky-tests/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ This guide explains how to find flaky tests to fix and how to debug them. Flaky
6060
6161
3. Analyze the source code of `label` and the logs in `<LOG_DIR>` to determine the root cause of the flakiness.
6262
63+
Ignore failures containing the error:
64+
```
65+
Retried too many times: sending a request to Farm
66+
```
67+
as those are due to infrastructure issues unrelated to the test code.
68+
6369
4. Once you have determined the root cause,
6470
fix the test taking `.claude/CLAUDE.md` into account.
6571

0 commit comments

Comments
 (0)