WebEngine: Don't bother running downloads.feature
This commit is contained in:
parent
f03cd5022e
commit
0c50e7dfb9
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user