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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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

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