-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Astro 4 e2e tests seems to fail for astro 4.16.17
+
#14808
Comments
An initial bisection search shows that things seem to break in version 4.13.4. We tested with |
Doesn't look like it: #14030 |
Ok this doesn't actually seem to be related to Sentry. Even if I completely remove Sentry and Spotlight from the e2e test app and only upgrade it to |
Root cause and fix in #14816 |
In our Astro-4 E2E test app, Astro's Node adapter was pinned to a bad version that didn'T work correctly with newer Astro versions. We pinned the Astro version a while ago in #14030 to unblock CI but looks like we just didn't follow up with investigating what caused the issue back then. This came up again when dependabot tried to bump the Astro version in #14781 and #14807 and as a result #14808 was opened. This PR now - bumps the Node adapter version which makes newer Astro version function properly again - updates `astro` to the latest v4 version (which is why I closed #14807) closes #14808
Description
Seems like this is an actual error?
Raised in:
The text was updated successfully, but these errors were encountered: