Mark test_version as flaky
Sometimes it fails on Travis with empty output for no apparent reason
This commit is contained in:
parent
df3ba278e9
commit
07b2fde2de
@ -163,6 +163,7 @@ def test_optimize(request, quteproc_new, capfd, level):
|
||||
|
||||
|
||||
@pytest.mark.not_frozen
|
||||
@pytest.mark.flaky # Fails sometimes with empty output...
|
||||
def test_version(request):
|
||||
"""Test invocation with --version argument."""
|
||||
args = ['-m', 'qutebrowser', '--version'] + _base_args(request.config)
|
||||
|
Loading…
Reference in New Issue
Block a user