Skip to content

Commit

Permalink
tests: Don't make QSslSocket error fail tests
Browse files Browse the repository at this point in the history
Bleeding environment fails tests/unit/browser/webkit/test_certificateerror.py on Qt 5, maybe due to OpenSSL 3.x
  • Loading branch information
The-Compiler committed May 16, 2024
1 parent a7a7c43 commit 9bf0393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ qt_log_ignore =
# The last part of the outer message gets bumped down to a line on its own, so hopefully this
# catches that. And we don't see any other weird permutations of this.
^[^ ]*qtwebengine_dictionaries'$
# Qt 5 on Archlinux
^QSslSocket: cannot resolve .*
xfail_strict = true
filterwarnings =
error
Expand Down

0 comments on commit 9bf0393

Please sign in to comment.