-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Use writeTimelineToFile #470
Conversation
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.
_ ___ _____ __ __
| | / __|_ _| \/ |
| |_| (_ | | | | |\/| |
|____\___| |_| |_| |_|
Regarding the tests, the updated goldens LGTM. You may want to temporarily disable the integration test for web due to https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/commands/test.dart#L411
@guidezpl - do you know what's going on with the CI failures? |
Btw the goldens can be downloaded from https://github.com/flutter/gallery/suites/2391882323/artifacts/50842950 and replace the existing ones. |
Added the goldens. |
The integration test looks like it was broken by flutter/flutter#74236 - @jiahaog |
I'm going to land this since it's unrelated and it will help get a different test re-enabled. |
Oh. I don't have permission to land it while the status is broken haha. |
Ok - the test in question isn't actually depending on dart:ui or package:integration_test, so I'm switching it to just use |
@dnfield correct me if I'm wrong, you mean flutter/flutter#76200 for this failure right |
Ahh yes, I think I pasted or blamed the wrong PR. |
To avoid future confusion here, I suggest moving the test out of the A. Move |
writeSummaryToFile is being deprecated in flutter/flutter#79310