Skip to content

fix: allow tests to pass with known rolldown-vite issue #1144

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

Merged
merged 2 commits into from
Jun 23, 2025

Conversation

dominikg
Copy link
Member

and log link to list of known issues.

});
// this is known to fail, skip the test in our own CI but keep it in ecosystem-ci so that rolldown-vite-ecosystem-ci still gets this fail
// TODO remove skip once fixed
it.skipIf(rolldownVersion && !env.ECOSYSTEM_CI)(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test is known to fail with rolldown-vite, to avoid local ci from being red all the time we skip it, but keep it active in ecosystem-ci so once the fix is in, we'll know and can remove this

@dominikg dominikg merged commit bac3e1c into main Jun 23, 2025
8 checks passed
@dominikg dominikg deleted the fix/improve-rolldown-vite-handling branch June 23, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants