-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Skip running test on Firefox due to cypress compatibility issue #14612
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
871605e to
a37d8d2
Compare
| extended_browser_list: &extended_browser_list | ||
| - chrome | ||
| - firefox | ||
| - edge |
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.
question: The title says sipping Firefox, but here we're removing edge browser as well. Is it intentional?
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.
for "edge" it does not matter remove it or keep as we do not use this list. We are just using minimal_browser_list which contains only Firefox and chrome.
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.
Here is a release action flow in which we are running only chrome and firefox (tests failed due to cypress issue)
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.
for "edge" it does not matter remove it or keep as we do not use this list.
non-blocker, if we don't use this list, what is the value to keep it? Should we remove the list?
| extended_browser_list: &extended_browser_list | ||
| - chrome | ||
| - firefox | ||
| - edge |
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.
for "edge" it does not matter remove it or keep as we do not use this list.
non-blocker, if we don't use this list, what is the value to keep it? Should we remove the list?
Description of changes
Issue #, if available
Description of how you validated changes
Checklist
yarn testpassesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.