Revert "Skip test which might be responsible for segfaults."

This reverts commit 592ace18d4.
This commit is contained in:
Florian Bruhin 2015-06-07 01:25:10 +02:00
parent 5310c60d58
commit 2117b2afc6

View File

@ -44,9 +44,6 @@ 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.