Skip back/forward BDD tests for now

This commit is contained in:
Florian Bruhin 2016-08-18 13:12:07 +02:00
parent 082fc5667e
commit 7515438f88

View File

@ -17,5 +17,9 @@
# 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")