From dd84845f0163b4a26682b62fe750985287ca1f27 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Jun 2018 21:12:23 +0200 Subject: Don't run test with failed download on Qt 5.11 Looks like we can't use an tag with download-attribute to trigger a failed download in the test on Qt 5.11... See #2298, #3661 (cherry picked from commit 8cc380411976f805a65d1ba6c8b72985a585c22a) --- tests/end2end/features/downloads.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index da5b0b5ae..7aa92abe0 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -201,8 +201,8 @@ Feature: Downloading things from a website. And I run :download-retry Then the error "Retrying downloads is unsupported *" should be shown - @qtwebkit_skip @qt>=5.10 - Scenario: Retrying a failed download with QtWebEngine (Qt >= 5.10) + @qtwebkit_skip @qt==5.10.1 + Scenario: Retrying a failed download with QtWebEngine (Qt 5.10) When I open data/downloads/issue2298.html And I run :click-element id download And I wait for "Download error: *" in the log -- cgit v1.2.3-54-g00ecf