-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Automate detection and quarantine of flakey tests #2496
Comments
@dblock we could also try to use Gradle's flaky test mitigation tooling, wdyt? |
@dblock love the idea. Are you picking this up or do you need help? |
I am not picking it up, I stole the idea from a discussion with another engineer that shall remain nameless for now (will give them credit sometime in the future), so go for it! |
|
Is your feature request related to a problem? Please describe.
The amount of flakey tests (#1715) is growing and gradle checks fail roughly 50% of the time. This impedes velocity, but also reduces the trust in the tests.
Describe the solution you'd like
@Ignore
them, and link to a GitHub issue.Describe alternatives you've considered
Fix all flakey tests one-by-one.
The text was updated successfully, but these errors were encountered: