-
Notifications
You must be signed in to change notification settings - Fork 362
Integration tests for eval. #5431
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
…master' of github.com:flutter/devtools into integration2
| await tester.pump(longPumpDuration); | ||
|
|
||
| await switchToScreen(tester, ScreenMetaData.performance); | ||
| await tester.pump(safePumpDuration); |
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.
please switch this back to the longPumpDuration. IIRC, this test was flaky without it.
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.
switchToScreen already contains one pump. So I replaced one longPumpDuration with two safePumpDuration, that should be enough.
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 with one comment
RELEASE_NOTE_EXCEPTION=[not user facing]