From 1c9dc581a47014fc5bd6fe8522c43f3437b1a5f6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 26 Oct 2017 08:45:15 +0200 Subject: [PATCH] Skip "Clearing history" test on Windows --- tests/end2end/features/history.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/history.feature b/tests/end2end/features/history.feature index d0a6243ca..86e5d6f00 100644 --- a/tests/end2end/features/history.feature +++ b/tests/end2end/features/history.feature @@ -73,6 +73,8 @@ Feature: Page history Then the history should contain: http://localhost:(port)/data/title.html Test title + # Hangs a lot on AppVeyor + @posix Scenario: Clearing history When I run :tab-only And I open data/title.html @@ -108,4 +110,4 @@ Feature: Page history And I open qute:history without waiting And I wait until qute://history is loaded Then the page should contain the plaintext "3.txt" - Then the page should contain the plaintext "4.txt" \ No newline at end of file + Then the page should contain the plaintext "4.txt"