Skip to content

Launch Chrome with flag to turn off password keyrings #2488

Open
@davidmorgan

Description

@davidmorgan

When I use dart test with tests that run in Chrome, there is some desktop config on my Linux workstation that causes problems: I get a "please enter password to unlock keyring" popup. I can click "cancel" and the test proceeds as expected, but this is obviously not ideal :)

Example: "dart test" in the "_test" folder in the package:build repo.

There is a Chrome flag that turns this off

--password-store=basic

which stops Chrome from trying to load the desktop password store at all.

Would it make sense to use this always when launching Chrome for tests?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions