mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This commit is contained in:
parent
018cf3e891
commit
6d4b615671
1 changed files with 8 additions and 1 deletions
|
|
@ -22,11 +22,18 @@ module.exports = {
|
|||
process.env.CI ? '--no-sandbox' : null,
|
||||
'--headless=new',
|
||||
'--disable-dev-shm-usage',
|
||||
'--disable-software-rasterizer',
|
||||
'--disable-search-engine-choice-screen', // needed from Chrome 127
|
||||
'--mute-audio',
|
||||
'--remote-debugging-port=0',
|
||||
'--window-size=1440,900',
|
||||
// Chrome for Testing as of 146.0.7680.31 in early March 2026
|
||||
// crashes on Ubuntu in containers (which is what we run in CI)
|
||||
// Disabling this feature seems to fix the issue, but we should keep an
|
||||
// eye on it and remove this flag once it's fixed in Chrome.
|
||||
// https://issues.chromium.org/issues/489314676
|
||||
// https://github.com/puppeteer/puppeteer/pull/14744
|
||||
// https://github.com/puppeteer/puppeteer/issues/14742
|
||||
'--disable-features=PartitionAllocSchedulerLoopQuarantineTaskControlledPurge',
|
||||
].filter(Boolean),
|
||||
},
|
||||
Firefox: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue