From 0a3a1b756d409b94a6a0ccb9eb605d1ad8e7b5d7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 14 Sep 2017 14:21:32 +0200 Subject: [PATCH] Mark confirm_quit test to only run on Windows See #2964 --- tests/end2end/features/downloads.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index 5ba8a8f44..b86dabefe 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -108,6 +108,8 @@ Feature: Downloading things from a website. And I wait 0.5s Then no crash should happen + # This sometimes hangs on exit for some reason on Travis... + @windows Scenario: Quitting with finished downloads and confirm_quit=downloads (issue 846) Given I have a fresh instance When I set downloads.location.prompt to false