tests: Adjust qt69_ci_flaky
This commit is contained in:
parent
63248e3abb
commit
a26c2ca304
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue