Skip to content

Conversation

@jonahwilliams
Copy link
Contributor

Description

Fixes #67370

By running most of these executions through flutter, we get the benefit of the flutter error handling and precaching. IN the test where this is not feasible, call pre-cache directly.

@flutter-dashboard flutter-dashboard bot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Oct 19, 2020
@google-cla google-cla bot added the cla: yes label Oct 19, 2020
});

await runProjectTest((FlutterProject project) async {
if (Platform.isWindows) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works on my computer (and on CI) 🤷🏻‍♂️

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ship it

Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. This is a great improvement!

@jonahwilliams jonahwilliams merged commit e8dc7a2 into flutter:master Oct 19, 2020
@jonahwilliams jonahwilliams deleted the through_flutter branch October 19, 2020 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hostonly gradle tests rely on flutter doctor to download android dependencies

2 participants