Skip to content

Commit 6bf3888

Browse files
committed
Disable GPU Acceleration
1 parent 4a0425e commit 6bf3888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ng-inbo/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = function (config) {
4141
customLaunchers: {
4242
ChromeHeadlessCI: {
4343
base: 'ChromeHeadless',
44-
flags: ['--no-sandbox']
44+
flags: ['--no-sandbox', '--disable-gpu', '--disable-dev-shm-usage'],
4545
}
4646
},
4747
singleRun: false,

0 commit comments

Comments
 (0)