-
-
Notifications
You must be signed in to change notification settings - Fork 789
test: skip flaky test cases #11827
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
test: skip flaky test cases #11827
Conversation
✅ Deploy Preview for rspack canceled.
|
📦 Binary Size-limit
🎉 Size decreased by 1.63KB from 47.89MB to 47.89MB (⬇️0.00%) |
CodSpeed Performance ReportMerging #11827 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR temporarily skips two flaky tests in CI that are causing build instability. The tests will be tracked in separate GitHub issues for future fixes.
- Adds a test filter to skip a watch case test on Windows with native watcher enabled
- Skips an e2e test for lazy compilation with persistent cache
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
tests/rspack-test/watchCases/chunks/dynamic-entry-with-depend-on/test.filter.js | Adds platform-specific test filter to skip test on Windows with native watcher |
tests/e2e/cases/lazy-compilation/persistent-cache/index.test.ts | Skips flaky e2e test using test.skip() |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
tests/rspack-test/watchCases/chunks/dynamic-entry-with-depend-on/test.filter.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
tests/rspack-test/watchCases/chunks/dynamic-entry-with-depend-on/test.filter.js
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Summary
Skip two flaky tests in CI Temporally, they will be tracked in two issues, and fixed later
Related links
Checklist