Skip to content

Commit

Permalink
Regenerate new test renders & remove the --ignore-gpu-blacklist flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Dec 7, 2018
1 parent 2c4a959 commit ecd42ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified rendering/cases/heatmap-layer/expected.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rendering/cases/webgl-points/expected.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion rendering/test.js
Expand Up @@ -356,7 +356,7 @@ if (require.main === module) {
option('puppeteer-args', {
describe: 'Additional args for Puppeteer',
type: 'array',
default: process.env.CI ? ['--no-sandbox', '--disable-setuid-sandbox', '--ignore-gpu-blacklist'] : []
default: process.env.CI ? ['--no-sandbox', '--disable-setuid-sandbox'] : []
}).
parse();

Expand Down

0 comments on commit ecd42ac

Please sign in to comment.