-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: strip extra fields out before creating snap.yaml (#7104) #7110
Conversation
🦋 Changeset detectedLatest commit: 71ff590 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for car-park-attendant-cleat-11576 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
1e44554
to
2741e49
Compare
Looks like test snapshots need to be updated using Any thoughts on why this needs to be added to the test snapshot now? I don't recognize the code. Maybe that's why
|
Looks like |
I tried to run this but I get an error:
(running |
Never seen that error before. Anyways, I pulled your PR locally and made some edits to add a unit test for template apps. :) Please take a look when you have a chance. |
@mmaietta I've updated this PR, but cannot generate the snapshots or check that the tests work |
It seems that not all the changes from my PR were incorporated into your PR. Namely, the snapshot updates and the reinsert of |
I changed the test to check for removal of snap.compression so I think the snapshot will need updating for that? Also I'm pretty sure the removal of snap.parts doesn't need to be moved up. |
It does. Otherwise current snapshots break. I'm able to run these tests with just |
Awesome! On Windows it skipped the test but using WSL this works :) |
I have also removed the line
TMPDIR: "$XDG_RUNTIME_DIR"
as it causes problems with multiple instances (see the chromium bug: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1838508)