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 4bca1d8 commit 6cfee19Copy full SHA for 6cfee19
test/jasmine/karma.conf.js
@@ -260,7 +260,8 @@ func.defaultConfig = {
260
flags: [
261
'--touch-events',
262
'--window-size=' + argv.width + ',' + argv.height,
263
- isCI ? '--ignore-gpu-blacklist' : '',
+ isCI ? '--ignore-gpu-blocklist' : '',
264
+ isCI ? '--use-gl=desktop' : '',
265
isCI ? '--no-sandbox' : '',
266
isBundleTest && basename(testFileGlob) === 'no_webgl' ? '--disable-webgl' : ''
267
]
0 commit comments