Skip to content

Commit 606ab41

Browse files
committed
ci(Travis): Add --ignore-gpu-blacklist
Per plotly/plotly.js#1455
1 parent b2a23c7 commit 606ab41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = function init(config) {
8181
customLaunchers: {
8282
ChromeHeadlessNoSandbox: {
8383
base: 'ChromeHeadless',
84-
flags: ['--no-sandbox'],
84+
flags: ['--no-sandbox', '--ignore-gpu-blacklist'],
8585
},
8686
},
8787
// browserNoActivityTimeout: 600000,

0 commit comments

Comments
 (0)