bdd: Mark search/sessions as qtwebengine_todo

This commit is contained in:
Florian Bruhin 2016-08-18 22:50:57 +02:00
parent 2969d3dc91
commit 1763f9bb58
2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@
# 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
# pylint: disable=unused-import
@ -24,3 +25,5 @@ from end2end.features.test_yankpaste_bdd import init_fake_clipboard
bdd.scenarios('search.feature')
pytestmark = pytest.mark.qtwebengine_skip("Searched text is not selected...")

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('sessions.feature')
pytestmark = pytest.mark.qtwebengine_todo("Sessions are not implemented")