Replies: 1 comment 4 replies
|
Are you using xdist in your project? What other plugins do you have enabled? What's the nature of the large snapshot file? Is it an amber file? Single test case? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm working on an inherited codebase that has a large snapshot file (~33MB). Versions of
syrupyprior to 5.5 had no issue dealing with this (test suite completed on GHA in ~ 5-10 mins), now the test suite is running into the hours. I've verified this is specifically due tosyrupyby skipping the snapshot tests, and that it only occurs in version 5.5 by comparing it to older versions.Looking at the release notes didn't give me an idea of why this may have happened. Would you be able to shed any light on what's changed in 5.5 that would cause this?
Thanks!
All reactions