Disable image_optim workers in tests
They aren't needed for anything related to testing, and the warnings about missing binaries adds noise to the test output.
This commit is contained in:
parent
a48633446b
commit
2852ac3e4a
1 changed files with 11 additions and 0 deletions
11
config/image_optim/test.yml
Normal file
11
config/image_optim/test.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
skip_missing_workers: true
|
||||
advpng: false
|
||||
gifsicle: false
|
||||
jhead: false
|
||||
jpegoptim: false
|
||||
jpegtran: false
|
||||
optipng: false
|
||||
pngquant: false
|
||||
pngout: false
|
||||
pngcrush: false
|
||||
svgo: false
|
Loading…
Add table
Add a link
Reference in a new issue