Merged
Conversation
CDRussell
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: https://app.asana.com/1/137249556945/project/1210594645151737/task/1213191170200739?focus=true
Description
Enables test retry to detect flaky tests.
Steps to test this PR
N/A
UI changes
No UI changes
Note
Medium Risk
Changes CI test behavior by retrying failed tests and failing builds when tests only pass after a retry, which could increase pipeline failures/noise if flakiness is present.
Overview
Adds Develocity test-retry configuration for all Gradle
Testtasks, enabling a single retry on CI (none locally), capping total failures, and marking passed-after-retry as a build failure to surface flaky tests.Updates Firebase Test Lab (Fladle)
androidTeststo retry each flaky test once viaflakyTestAttempts, so intermittent Android test failures are reported as flakiness.Written by Cursor Bugbot for commit c88af23. This will update automatically on new commits. Configure here.