summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-08-03 10:19:40 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-08-03 10:19:56 +0200
commit1e665153481d7c1343ba17e1c671f2258bb4e7a9 (patch)
tree9fd8a61268024c7acdb47b8bd32e240bf66512f5
parentc54242dfd458256ad96604662910518383684d5d (diff)
downloadqutebrowser-1e665153481d7c1343ba17e1c671f2258bb4e7a9.tar.gz
qutebrowser-1e665153481d7c1343ba17e1c671f2258bb4e7a9.zip
tests: Mark another autofocus test as flaky
-rw-r--r--tests/end2end/test_insert_mode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end2end/test_insert_mode.py b/tests/end2end/test_insert_mode.py
index a4508441a..eb27b27a6 100644
--- a/tests/end2end/test_insert_mode.py
+++ b/tests/end2end/test_insert_mode.py
@@ -58,6 +58,7 @@ def test_insert_mode(file_name, elem_id, source, input_text, zoom,
(True, False, True), # enabled and foreground tab
(True, True, False), # background tab
])
+@pytest.mark.flaky
def test_auto_load(quteproc, auto_load, background, insert_mode):
quteproc.set_setting('input.insert_mode.auto_load', str(auto_load))
url_path = 'data/insert_mode_settings/html/autofocus.html'