WebEngine: Don't bother running downloads.feature

This commit is contained in:
Florian Bruhin 2016-08-18 18:28:41 +02:00
parent f03cd5022e
commit 0c50e7dfb9

View File

@ -26,7 +26,8 @@ import pytest_bdd as bdd
bdd.scenarios('downloads.feature')
pytestmark = pytest.mark.qtwebengine_todo("Downloads not implemented yet")
pytestmark = pytest.mark.qtwebengine_todo("Downloads not implemented yet",
run=False)
@bdd.given("I set up a temporary download dir")