-
Notifications
You must be signed in to change notification settings - Fork 80
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
Investigate reasons behind TestTools.allowFailure #572
Comments
The property Going by the root build.gradle, it looks like this was added to protect against flaky tests - the config Two approaches I see that we can take from here:
|
#575 is blocking cleaning this up. |
https://discuss.gradle.org/t/prevent-caching-of-test-tasks-with-failures/39842/2 seems to be a similar reason why we've done it, and the pitfalls we've faced. I've got a test PR that removes setting ignoreFailures #588 , going through some CI runs ATM to see how it acts. |
May explain some CI shortcomings. May be related to @niloc132 s frustrations in #559 . Potentially working around issues that we don't need to work around if this was removed. See #560
The text was updated successfully, but these errors were encountered: