You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since updating Selenium in #8073 we are seeing InsecureRequestWarning messages whenever tests fail or are rerun. So far this has only been observed from the gitlab runner, but we have not seen a failure from Jenkins since the merge, and they are using the exact same test image.
Example warning:
tests/functional/newsletter/test_newsletter_embed.py::test_newsletter_successful_sign_up[MissionPage]
/venv/lib/python3.7/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
Description
Since updating Selenium in #8073 we are seeing InsecureRequestWarning messages whenever tests fail or are rerun. So far this has only been observed from the gitlab runner, but we have not seen a failure from Jenkins since the merge, and they are using the exact same test image.
Example warning:
Example Job: https://gitlab.com/mozmeao/www-config/-/jobs/341236457
The text was updated successfully, but these errors were encountered: