From 001e839ca9296cfeba9bca09966db932045ebdcd Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 18 Aug 2016 18:22:44 +0200 Subject: [PATCH] Remove qtwebengine_todo for backforward.feature --- tests/end2end/features/test_backforward_bdd.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/end2end/features/test_backforward_bdd.py b/tests/end2end/features/test_backforward_bdd.py index dd3ad7a25..ede51988a 100644 --- a/tests/end2end/features/test_backforward_bdd.py +++ b/tests/end2end/features/test_backforward_bdd.py @@ -17,9 +17,5 @@ # 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")