Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/canary-config/canary-all.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
minimal_browser_list: &minimal_browser_list
- chrome
- firefox

extended_browser_list: &extended_browser_list
- chrome
- firefox
- edge
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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)

Copy link
Contributor

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?


tests:
# DATASTORE
Expand Down
3 changes: 0 additions & 3 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
minimal_browser_list: &minimal_browser_list
- chrome
- firefox

extended_browser_list: &extended_browser_list
- chrome
- firefox
- edge

tests:
# DATASTORE
Expand Down
Loading