]> git.openstreetmap.org Git - rails.git/commitdiff
Disable image_optim workers in tests
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Mar 2018 05:52:51 +0000 (13:52 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Mar 2018 05:52:51 +0000 (13:52 +0800)
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 [new file with mode: 0644]

diff --git a/config/image_optim/test.yml b/config/image_optim/test.yml
new file mode 100644 (file)
index 0000000..00584e5
--- /dev/null
@@ -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