Skip to content

Commit e22bfd2

Browse files
committed
update comment
1 parent 7653cf0 commit e22bfd2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/jasmine/karma.conf.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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' : '',

0 commit comments

Comments
 (0)