| commit | 2c690eb7515d1a3a405c6753576b877b0750a813 | [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 | 6c064bb063b6ff8ffd26b9b727f488f5fdb3068c | |
| parent | 8ed7db49b81c0768d701b271b69094bb21aaccd0 [diff] |
Add --use-mock-keychain to Chrome args (dart-lang/browser_launcher#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.