We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce195d commit df79439Copy full SHA for df79439
.claude/skills/fix-flaky-tests/SKILL.md
@@ -60,6 +60,12 @@ This guide explains how to find flaky tests to fix and how to debug them. Flaky
60
61
3. Analyze the source code of `label` and the logs in `<LOG_DIR>` to determine the root cause of the flakiness.
62
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
+
69
4. Once you have determined the root cause,
70
fix the test taking `.claude/CLAUDE.md` into account.
71
0 commit comments