You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. **Investigate:** Review logs to find the root cause.
240
-
2. **Fix:** Address the underlying problem causing flakiness.
241
-
3. **Rerun Locally:** Confirm the fix stabilizes the test.
242
-
4. **Unskip:** Re-enable test in the CI pipeline once stable.
243
-
5. **Ref:** Follow guidelines in the Flaky Test Guide.
239
+
h3. Action Items:
240
+
# *Investigate:* Review logs to find the root cause.
241
+
# *Fix:* Address the underlying problem causing flakiness.
242
+
# *Rerun Locally:* Confirm the fix stabilizes the test.
243
+
# *Unskip:* Re-enable test in the CI pipeline once stable.
244
+
# *Ref:* [Follow guidelines in the Flaky Test Guide|https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/tools/flakeguard/e2e-flaky-test-guide.md].
0 commit comments