commit | fa98c77e7a2fee21a4ad3528dd79da0f4df6bd0f | [log] [tgz] |
---|---|---|
author | Srujan Gaddam <58529443+srujzs@users.noreply.github.com> | Thu Aug 22 09:14:22 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 22 09:14:22 2024 -0700 |
tree | 8585adf8585578c73dd1339ae25c4a8a9de97001 | |
parent | fe7ffa13ba59ec6f7d56256f79059344555fdaf2 [diff] |
Add --use-mock-keychain to Chrome args (#63) Bug: https://github.com/dart-lang/sdk/issues/56519 Rolling the Chrome version in Dart CI to 128.0.6613.36 results in a system dialog requesting Chrome to use the keychain in MacOS. This then results in timeouts due to it being blocking. Instead, use a mock keychain.