Skip test which might be responsible for segfaults.

This commit is contained in:
Florian Bruhin 2015-06-01 22:32:11 +02:00
parent e767f7c0b8
commit 592ace18d4

View File

@ -44,6 +44,9 @@ def progress_widget(qtbot, monkeypatch, config_stub):
return widget
@pytest.mark.xfail(
reason='Blacklisted because it could cause random segfaults - see '
'https://github.com/hackebrot/qutebrowser/issues/22', run=False)
def test_load_started(progress_widget):
"""Ensure the Progress widget reacts properly when the page starts loading.