-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix e2e test #6027
Fix e2e test #6027
Conversation
Increase fs.inotify.max_user_watches for cypress file watcher.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shu-mutou The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #6027 +/- ##
=======================================
Coverage 41.97% 41.97%
=======================================
Files 216 216
Lines 9329 9329
Branches 155 155
=======================================
Hits 3916 3916
Misses 5162 5162
Partials 251 251 |
Great 😄 /close |
@shu-mutou: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Increase fs.inotify.max_user_watches for cypress file watcher.
E2E test does not result error, but tons of
Error: ENOSPC: System limit for number of file watchers reached
occur.Ref: cypress-io/cypress#4283 (comment)