Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[CI] Firefox tests are failing for at least two reasons #4719

Open
unlikelyzero opened this issue Jan 13, 2022 · 0 comments
Open

[CI] Firefox tests are failing for at least two reasons #4719

unlikelyzero opened this issue Jan 13, 2022 · 0 comments
Labels
type:maintenance tests, chores, or project maintenance

Comments

@unlikelyzero
Copy link
Collaborator

unlikelyzero commented Jan 13, 2022

Summary

At the moment firefox is failing in CI for two reasons:

  1. Our new playwright base image does not contain jq
  2. The firefox tests which are able to run (pinned to an outdated Firefox ESR Version) are experiencing security issues.

The fix for 1 is to reach out to the playwright team to have jq added as a based dependency OR bundle our own firefox binary with #4440

Fix 2 will require us to create a custom security profile for firefox and load it at runtime. This implementation may cause problems depending on the user's installed version of firefox. We might want to get #4440 implemented first.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

No branches or pull requests

1 participant