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