Skip to content

Commit 6cfee19

Browse files
committed
add --use-gl=desktop flag for Chrome in CI
1 parent 4bca1d8 commit 6cfee19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jasmine/karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ func.defaultConfig = {
260260
flags: [
261261
'--touch-events',
262262
'--window-size=' + argv.width + ',' + argv.height,
263-
isCI ? '--ignore-gpu-blacklist' : '',
263+
isCI ? '--ignore-gpu-blocklist' : '',
264+
isCI ? '--use-gl=desktop' : '',
264265
isCI ? '--no-sandbox' : '',
265266
isBundleTest && basename(testFileGlob) === 'no_webgl' ? '--disable-webgl' : ''
266267
]

0 commit comments

Comments
 (0)