Remove qtwebengine_todo for backforward.feature

This commit is contained in:
Florian Bruhin 2016-08-18 18:22:44 +02:00
parent 2d97ffa323
commit 001e839ca9

View File

@ -17,9 +17,5 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
import pytest
import pytest_bdd as bdd
bdd.scenarios('backforward.feature')
pytestmark = pytest.mark.qtwebengine_todo("Tests broken for various reasons")