From db8fa5fdb6ac8063c4b09da9ff82986290f89b83 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 13 Oct 2017 10:45:19 +0200 Subject: [PATCH] Skip "History with invalid URL" test on Windows For some reason, this hangs a lot 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 b86e5743b..ca5adbb97 100644 --- a/tests/end2end/features/history.feature +++ b/tests/end2end/features/history.feature @@ -51,6 +51,8 @@ Feature: Page history Then the history should contain: http://localhost:(port)/404 Error loading page: http://localhost:(port)/404 + # Hangs a lot on AppVeyor + @posix Scenario: History with invalid URL When I run :tab-only And I open data/javascript/window_open.html