-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: #22002 choikdar ignore EPERM issues #22011
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
Conversation
Thanks for taking the time to open a PR!
|
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.
Is there a way we can lint for this or otherwise enforce this? Otherwise this will regress next time someone adds a chokidar.watch
.
Could wrap chokidar in a function that always passes ignorePermissionErrors
Test summaryRun details
View run in Cypress Dashboard ➡️ FlakinessThis comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
@flotwig yeah definitely something we should look into for the future, in the meantime let's just go with this change for now |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
User facing changelog
Consistently handle EPERM issues in chokidar watching
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?