I added some {vdiffr} snapshot tests into a package. I've used these types of test plenty, but this time I am seeing something strange. The doppelganger test passes locally, and on most of the CI systems. BUT, it's failing on Ubuntu R-devel and Ubuntu R-oldrel-1.
A few of the new snapshot tests I added with vdiffr are failing, but I am not sure how to further trouble shoot these failures. Here's an example of one of the SVG files for the failing tests.
The updates with these failures live in this PR
https://github.com/ddsjoberg/ggsurvfit/pull/69
Any ideas how to debug this? Should I just remove the tests and move on? Thank you!