File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -261,10 +261,11 @@ func.defaultConfig = {
261261 '--touch-events' ,
262262 '--window-size=' + argv . width + ',' + argv . height ,
263263 isCI ? '--ignore-gpu-blocklist' : '' ,
264- // The following three flags are needed only for the "NoCI" tests which run in GitHub Actions.
265- // The first two are needed because the GPU is not available to those runners,
266- // and therefore we need to use SwiftShader instead.
267- // The third flag is needed because the Chrome browser installed by the CI job runner
264+ // The following two flags are needed only for the "NoCI" tests which run in GitHub Actions.
265+ // The first is needed because the GPU is not available to those runners,
266+ // and therefore we need to use SwiftShader instead (which is disabled by default as of Jan 2026,
267+ // hence the need for a flag to manually enable it).
268+ // The second flag is needed because the Chrome browser installed by the CI job runner
268269 // fails without it.
269270 isCI && process . env . GITHUB_ACTIONS ? '--enable-unsafe-swiftshader' : '' ,
270271 isCI && process . env . GITHUB_ACTIONS ? '--no-sandbox' : '' ,
You can’t perform that action at this time.
0 commit comments