Skip to content

[test] Split web-related flutter_tools tests into a separate shard #69909

@annagrin

Description

@annagrin

Currently all the tests under flutter_tools are run in a the same shard called tool_tests that includes all subshards from flutter_tools/test directory. This makes it hard to separate into web-related and non-web-related tests that is needed to run flutter hhh web and flutter hhh bots:

'tool_tests': _runToolTests,

Splitting the web related tests into a separate directory would solve this problem, and make it much simpler to classify the problems that pop up on hhh bots into "vm" or "web" category.

Related issue: web tests breaking on non-web hhh bot: #69711

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: tests"flutter test", flutter_test, or one of our testsc: proposalA detailed proposal for a change to Flutterplatform-webWeb applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions