Skip to content

Consider adding a --no-retry flag to the devicelab test runner command  #134070

@andrewkolos

Description

@andrewkolos

Per dev/devicelab/README.md, you can run device lab tests locally using dev/devicelab/bin/test_runner.dart test -t {NAME_OR_PATH_OF_TEST}.

Failed tests retry up to two times, for a total of three runs. When I'm modifying a devicelab test and debugging locally, I am usually only interested in running the test once, as failures are more likely to be caused by a change I made rather than a flake.

I'd like to add an option or flag to the test command to prevent retries. This would save me dev time and reduce the amount of output I need to sift through when running a devicelab test locally.

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.team-toolOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions