diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-06-09 11:17:18 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-06-09 11:17:18 +0200 |
commit | 9e1d20017c6e7a59083d1a2bc1af0e4710b0ffb2 (patch) | |
tree | 9f9b1afa2c07d80fead0d61d33e122136c16c7d1 /pytest.ini | |
parent | 288744c8d0554e8bda7162f6edfd9ebb6391fe08 (diff) | |
download | qutebrowser-9e1d20017c6e7a59083d1a2bc1af0e4710b0ffb2.tar.gz qutebrowser-9e1d20017c6e7a59083d1a2bc1af0e4710b0ffb2.zip |
tests: Mark "History with an error" as flaky
For some reason, sometimes on Travis the history file we read is empty.
I have no idea why though, as we successfully wait until ":save saved
history" is logged, and that is working fine.
Let's just mark the test as flaky for now so we can move on.
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index 7edf0a2e7..a7e0df881 100644 --- a/pytest.ini +++ b/pytest.ini @@ -16,6 +16,7 @@ markers = pyqt531_or_newer: Needs PyQt 5.3.1 or newer. 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 qt_log_level_fail = WARNING qt_log_ignore = ^SpellCheck: .* |