-
Notifications
You must be signed in to change notification settings - Fork 3.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
chore: remove Firefox < 80 auto garbage collection #17368
Conversation
Thanks for taking the time to open a PR!
|
035aa47
to
ad35833
Compare
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This 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 |
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.
Yay for deleted code 🎉
This was a workaround added to fix a bug in FF < 80. Since Cy removed support for FF < 86 in #17355, this is effectively dead code. This does not remove the ability for users to manually run `Cypress.backend('firefox:force:gc')`.
ad35833
to
159db71
Compare
This was a workaround added to fix a bug in FF < 80. Since Cy removed support for FF < 86 in #17355, this is effectively dead code.
This does not remove
Cypress.backend('firefox:force:gc')
.User facing changelog
n/a
Additional details
How has the user experience changed?
PR Tasks
wait for feat: error/warn on unsupported browser versions #17355 to be merged, rebase onto 8.0-release
Have tests been added/updated?
Has the original issue or this PR been tagged with a release in ZenHub?
Has a PR for user-facing changes been opened in
cypress-documentation
?Have API changes been updated in the
type definitions
?Have new configuration options been added to the
cypress.schema.json
?