summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-02-08 10:42:55 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-02-08 10:42:55 +0100
commit53e7d13c2d35c083bf820fbfbcd8271f8001f52e (patch)
tree6b2bb0d9e88f0339ed4a2781ce8c2881b712eaae /pytest.ini
parentc520130389e1aee793532467d9c1cd634a5c6441 (diff)
downloadqutebrowser-53e7d13c2d35c083bf820fbfbcd8271f8001f52e.tar.gz
qutebrowser-53e7d13c2d35c083bf820fbfbcd8271f8001f52e.zip
Skip failing scrolling tests on Qt 5.10 on Travis
See #3572
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 56cd808ad..89571aebc 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -26,6 +26,7 @@ markers =
this: Used to mark tests during development
no_invalid_lines: Don't fail on unparseable lines in end2end tests
issue2478: Tests which are broken on Windows with QtWebEngine, https://github.com/qutebrowser/qutebrowser/issues/2478
+ issue3572: Tests which are broken with QtWebEngine and Qt 5.10, https://github.com/qutebrowser/qutebrowser/issues/3572
fake_os: Fake utils.is_* to a fake operating system
unicode_locale: Tests which need an unicode locale to work
qt_log_level_fail = WARNING