rails/activestorage

Fix variant-related tests

Closed this issue · 2 comments

They fail consistently in CI and on my machine, presumably due to platform differences. (MiniMagick produces different images in CI, on my machine, and on David’s machine.) I’ve temporarily skipped them in master.

/cc @dhh

Wait, would assert_same_image ever work? JPEG is a lossy format, you can't expect images to be identical bit-to-bit.

dhh commented