From 7515438f88027fe42ca1dbea3bb7ac7bf29ca54d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 18 Aug 2016 13:12:07 +0200 Subject: [PATCH] Skip back/forward BDD tests for now --- tests/end2end/features/test_backforward_bdd.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/end2end/features/test_backforward_bdd.py b/tests/end2end/features/test_backforward_bdd.py index ede51988a..dd3ad7a25 100644 --- a/tests/end2end/features/test_backforward_bdd.py +++ b/tests/end2end/features/test_backforward_bdd.py @@ -17,5 +17,9 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . +import pytest import pytest_bdd as bdd bdd.scenarios('backforward.feature') + + +pytestmark = pytest.mark.qtwebengine_todo("Tests broken for various reasons")