Skip to content

[espresso] Example doesn't launch #121423

@stuartmorgan-g

Description

@stuartmorgan-g

Trying to flutter run the espresso example fails due to needing to enable multidex. This wasn't caught in CI because flutter build succeeds, and the example is never run because it doesn't have integration tests, and is on the exclusion list.

Ideally we should:

  • Enable multidex
  • Add a no-op integration test (there's some precedent for this, such as image_picker_android, which can't be tested via integration test due to modal native UI)
  • Remove the exclusion from script/configs/exclude_integration_android.yaml (and in fact we could then remove that file, and the reference to it from CI configuration)

That would cause the example to be run in CI, so that this couldn't happen again.

/cc @reidbaker

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listp: espressoThe Espresso pluginpackageflutter/packages repository. See also p: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions