We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bc352 commit 2f947c4Copy full SHA for 2f947c4
test/jasmine/karma.conf.js
@@ -261,7 +261,8 @@ func.defaultConfig = {
261
'--touch-events',
262
'--window-size=' + argv.width + ',' + argv.height,
263
isCI ? '--ignore-gpu-blocklist' : '',
264
- isCI ? '--use-gl=desktop' : '',
+ isCI ? '--use-gl=angle' : '',
265
+ isCI ? '--use-angle=swiftshader' : '',
266
isCI ? '--no-sandbox' : '',
267
isBundleTest && basename(testFileGlob) === 'no_webgl' ? '--disable-webgl' : ''
268
]
0 commit comments