-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[devicelab] handle missed lifecycle messages. #156596
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
|
Time to revert pull request flutter/flutter/156596 has elapsed. |
|
Reverting the PR because it was detected as culprit by culprit_finder for non-flaky run: https://fusion2.corp.google.com/49d51dec-f019-4fcb-986b-f3e0c0038231 |
|
@polina-c The code touched by this PR is specific to Flutter's CI, and does not run in g3. It could not have caused any issue in g3. Please do not revert this. |
This reverts commit f1f83aa. With flutter/engine#55933 this should not be needed.
…7293) This reverts commit f1f83aa. With flutter/engine#55933 this should not be needed.
This test waits on the application to print a message before continuting, but that message does not reach the test post UI/platform thread merge.
The test otherwise seems to function fine, and the app isn't crashing.