From 08302c5a5fdc63e608c628b838a926d8c66e30dc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 Sep 2016 22:08:54 +0200 Subject: [PATCH] Apply @qtwebengine_flaky (too) liberally --- tests/end2end/features/backforward.feature | 2 ++ tests/end2end/features/hints.feature | 2 ++ tests/end2end/features/marks.feature | 2 ++ tests/end2end/features/yankpaste.feature | 4 ++++ 4 files changed, 10 insertions(+) diff --git a/tests/end2end/features/backforward.feature b/tests/end2end/features/backforward.feature index fdbd6257a..7c81af050 100644 --- a/tests/end2end/features/backforward.feature +++ b/tests/end2end/features/backforward.feature @@ -19,6 +19,8 @@ Feature: Going back and forward. - active: true url: http://localhost:*/data/backforward/2.txt + # https://travis-ci.org/The-Compiler/qutebrowser/jobs/157941720 + @qtwebengine_flaky Scenario: Going back in a new tab Given I open data/backforward/1.txt When I open data/backforward/2.txt diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index b2b28d8dd..ccf8f9161 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -207,6 +207,8 @@ Feature: Using hints Then the error "Not enough words in the dictionary." should be shown And data/numbers/5.txt should be loaded + # https://travis-ci.org/The-Compiler/qutebrowser/jobs/157941720 + @qtwebengine_flaky Scenario: Dictionary file does not exist When I open data/hints/html/simple.html And I set hints -> dictionary to no_words diff --git a/tests/end2end/features/marks.feature b/tests/end2end/features/marks.feature index 82ded0746..21629dcfd 100644 --- a/tests/end2end/features/marks.feature +++ b/tests/end2end/features/marks.feature @@ -91,6 +91,8 @@ Feature: Setting positional marks And I wait until the scroll position changed to 0/0 Then the page should be scrolled to 0 0 + # https://ci.appveyor.com/project/The-Compiler/qutebrowser/build/master-3935/job/fc0b1gow5co08c2x + @qtwebengine_flaky Scenario: Jumping back after searching When I run :scroll-px 20 15 And I wait until the scroll position changed to 20/15 diff --git a/tests/end2end/features/yankpaste.feature b/tests/end2end/features/yankpaste.feature index 10ed825a9..987d5b5fd 100644 --- a/tests/end2end/features/yankpaste.feature +++ b/tests/end2end/features/yankpaste.feature @@ -125,6 +125,8 @@ Feature: Yanking and pasting. And I run :open {clipboard} Then the error "Invalid URL" should be shown + # https://travis-ci.org/The-Compiler/qutebrowser/jobs/157941726 + @qtwebengine_flaky Scenario: Pasting multiple urls in a new tab When I put the following lines into the clipboard: http://localhost:(port)/data/hello.txt @@ -166,6 +168,8 @@ Feature: Yanking and pasting. - about:blank - data/hello.txt?q=text%3A%0Ashould%20open%0Aas%20search (active) + # https://travis-ci.org/The-Compiler/qutebrowser/jobs/157941726 + @qtwebengine_flaky Scenario: Pasting multiple urls in a background tab When I put the following lines into the clipboard: http://localhost:(port)/data/hello.txt