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 b2a23c7 commit 606ab41Copy full SHA for 606ab41
karma.conf.js
@@ -81,7 +81,7 @@ module.exports = function init(config) {
81
customLaunchers: {
82
ChromeHeadlessNoSandbox: {
83
base: 'ChromeHeadless',
84
- flags: ['--no-sandbox'],
+ flags: ['--no-sandbox', '--ignore-gpu-blacklist'],
85
},
86
87
// browserNoActivityTimeout: 600000,
0 commit comments