Pin the version of flutter/plugins to test against#71166
Pin the version of flutter/plugins to test against#71166fluttergithubbot merged 2 commits intoflutter:masterfrom
Conversation
christopherfujino
left a comment
There was a problem hiding this comment.
LGTM. This is really great, thanks!
|
CI is failing with: I'll take a look... |
I think the problem is the line:
|
|
Thanks, looks like |
|
I don't see an easy way around the data:uri path when executed with |
Yeah, I think we hack around this in the flutter tool by checking the scheme, and then doing a regex in tests. Which isn't ideal. |
5532e08 to
c06617f
Compare
Description
Per follow-up discussion on #70887 - this pins the version of flutter/plugins to test against to make sure tests for a given commit are deterministic.
Related Issues
#69309