From 8a5d7455c113387d6846682e2e8043a3abb89a9b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 Sep 2016 15:28:19 +0200 Subject: [PATCH] Skip some broken :undo tests with QtWebEngine --- tests/end2end/features/tabs.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index 6e8242b14..98376eba7 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -647,6 +647,8 @@ Feature: Tab management - url: http://localhost:*/data/numbers/2.txt - url: http://localhost:*/data/numbers/3.txt + # FIXME:qtwebengine + @qtwebengine_skip: Broken/flaky for some reason? Scenario: Undo with auto-created last tab When I open data/hello.txt And I run :tab-only @@ -658,6 +660,8 @@ Feature: Tab management Then the following tabs should be open: - data/hello.txt (active) + # FIXME:qtwebengine + @qtwebengine_skip: Broken/flaky for some reason? Scenario: Undo with auto-created last tab, with history When I open data/hello.txt And I open data/hello2.txt