-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Use runUnsynchronized for android_views test #99311
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
| scheduler: luci | ||
|
|
||
| - name: Linux android views | ||
| bringup: true # Flaky https://github.com/flutter/flutter/issues/99001 |
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.
Is this blocking anyone? The flaky test policy is to have the bot remove this label
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.
This is temporary to make sure the test runs on CI to verify this change works as intended. I'll remove this soon.
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.
Ok, removed.
|
https://ci.chromium.org/p/flutter/builders/try/Linux%20android%20views Runs 6216-6237 are all passing reruns of this PR. |
Synchronized driver wait may be the culprit behind flakes. Try unsynchronized to see if the flakiness improved.