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 88bc352Copy full SHA for 88bc352
test/jasmine/karma.conf.js
@@ -253,14 +253,15 @@ func.defaultConfig = {
253
//
254
// window-size values came from observing default size
255
256
- // '--ignore-gpu-blacklist' allow to test WebGL on CI (!!!)
+ // '--ignore-gpu-blocklist' allow to test WebGL on CI (!!!)
257
customLaunchers: {
258
_Chrome: {
259
base: 'Chrome',
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