From: Andy Allan Date: Wed, 28 Mar 2018 05:52:51 +0000 (+0800) Subject: Disable image_optim workers in tests X-Git-Tag: live~3129^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2852ac3e4a6d5026f26872beb395e7be110e7d76 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. --- diff --git a/config/image_optim/test.yml b/config/image_optim/test.yml new file mode 100644 index 000000000..00584e523 --- /dev/null +++ b/config/image_optim/test.yml @@ -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