summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-11-10 22:40:16 +0100
committerFlorian Bruhin <git@the-compiler.org>2016-11-10 22:45:27 +0100
commit2ded5ef6dd72d3f91240c4e59fbcba7a98030bcf (patch)
tree4eaa2076fa7f31db401df4102998fa2e2e50c374 /pytest.ini
parent40c5c75a6c4665c07f49e5f556e0c8d33c3e45dd (diff)
downloadqutebrowser-2ded5ef6dd72d3f91240c4e59fbcba7a98030bcf.tar.gz
qutebrowser-2ded5ef6dd72d3f91240c4e59fbcba7a98030bcf.zip
tests: Get rid of flaky_once mark
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 3ab397c10..109e30fde 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -14,7 +14,6 @@ markers =
end2end: End to end tests which run qutebrowser as subprocess
xfail_norun: xfail the test with out running it
ci: Tests which should only run on CI.
- flaky_once: Try to rerun this test once if it fails
qtwebengine_todo: Features still missing with QtWebEngine
qtwebengine_skip: Tests not applicable with QtWebEngine
qtwebkit_skip: Tests not applicable with QtWebKit