From 2eba2cc8f5abf5bbefbbf526d150e326018b4faa Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 15 Oct 2017 00:26:26 +0200 Subject: [PATCH] Skip another history test on AppVeyor --- tests/end2end/features/history.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/end2end/features/history.feature b/tests/end2end/features/history.feature index ca5adbb97..69af64941 100644 --- a/tests/end2end/features/history.feature +++ b/tests/end2end/features/history.feature @@ -99,6 +99,8 @@ Feature: Page history Then the page should contain the plaintext "3.txt" Then the page should contain the plaintext "4.txt" + # Hangs a lot on AppVeyor + @posix Scenario: Listing history with qute:history redirect When I open data/numbers/3.txt And I open data/numbers/4.txt