From 2852ac3e4a6d5026f26872beb395e7be110e7d76 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 28 Mar 2018 13:52:51 +0800 Subject: [PATCH] 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. --- config/image_optim/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/image_optim/test.yml 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 -- 2.43.2