-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Handle breaking changes in leak_tracker. #135185
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
Conversation
christopherfujino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@polina-c it looks like you manually merged this with a failing google testing check. Per https://github.com/flutter/flutter/wiki/Tree-hygiene#landing-a-patch, contributors must use the In addition, the "Google testing" check is important for the release team: https://github.com/flutter/flutter/wiki/Understanding-Google-Testing. Please contact the #hackers-infra chat on discord if you need help with a false negative Google testing check. Thanks! |
Yes, "Google testing" must be respected! I've read the instructions for Google testing and they said, that if failure is because of merge conflict and it is low risk, it is ok to bypass google testing: https://github.com/flutter/flutter/runs/16984390339 As changes are just in tests and dev_dependencies, I decided it is low risk. What did i miss? |
Ahh, I see what happened. The way to bypass "Google testing" is to set the GitHub status in the FRoB dashboard, see: https://github.com/flutter/flutter/wiki/Understanding-Google-Testing#i-am-a-googler-i-dont-want-google-testing-to-run-and-how-do-i-manually-set-google-testing-to-pass. Then add the |
Oh, thanks. Will follow next time. |
Thanks Polina! |
No description provided.