-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Enable goldenFileComparator fix for on-device integration tests.
#163157
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
Enable goldenFileComparator fix for on-device integration tests.
#163157
Conversation
jonahwilliams
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
|
@Piinks Added you as a reviewer more as an FYI since this is a quasi-breaking change. |
|
autosubmit label was removed for flutter/flutter/163157, because - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
This is blocked by google3, which I believe has its own custom implementation that is now being overwritten. Investigating. |
|
This is correctly implemented externally; note that: flutter/packages/flutter_tools/lib/src/test/flutter_platform.dart Lines 206 to 210 in c4d53f1
... and if a For example: flutter/examples/api/test/flutter_test_config.dart Lines 9 to 12 in c4d53f1
... which uses:
Note again that (this is confusing) |
jonahwilliams
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
|
autosubmit label was removed for flutter/flutter/163157, because - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Closes #143299.
Closes #160043.
A website update is work-in-progress here to add more context for users: flutter/website#11716.