tests: Adjust qt69_ci_flaky

This commit is contained in:
Florian Bruhin 2025-03-21 11:29:32 +01:00 committed by Chad Kouse
parent 63248e3abb
commit a26c2ca304
No known key found for this signature in database
GPG Key ID: 2BBC602A2578C7A2
2 changed files with 1 additions and 3 deletions

View File

@ -128,7 +128,7 @@ def _apply_platform_markers(config, item):
"Failing due to cheroot: https://github.com/cherrypy/cheroot/issues/346"),
(
"qt69_ci_flaky", # WORKAROUND: https://github.com/qutebrowser/qutebrowser/issues/8444#issuecomment-2569610110
pytest.mark.flaky,
pytest.mark.flaky(reruns=3),
(
config.webengine
and version.qtwebengine_versions(avoid_init=True).webengine

View File

@ -303,14 +303,12 @@ Feature: Special qute:// pages
# :version
@qt69_ci_flaky
Scenario: Open qute://version
When I open qute://version
Then the page should contain the plaintext "Version info"
# qute://gpl
@qt69_ci_flaky
Scenario: Open qute://gpl
When I open qute://gpl
Then the page should contain the plaintext "GNU GENERAL PUBLIC LICENSE"