From dc405ec3a87534dbb0ae1f8382cbffecc89d9d9c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 29 Mar 2017 15:13:40 +0200 Subject: [PATCH] Skip QtWebEngine SSL tests on Windows --- tests/end2end/features/prompts.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/end2end/features/prompts.feature b/tests/end2end/features/prompts.feature index 8b687abcc..b93b6609a 100644 --- a/tests/end2end/features/prompts.feature +++ b/tests/end2end/features/prompts.feature @@ -174,6 +174,7 @@ Feature: Prompts Then the error "Certificate error: *" should be shown And the page should contain the plaintext "Hello World via SSL!" + @issue2478 Scenario: SSL error with ssl-strict = true When I clear SSL errors And I set network -> ssl-strict to true @@ -189,6 +190,7 @@ Feature: Prompts And I wait until the SSL page finished loading Then the page should contain the plaintext "Hello World via SSL!" + @issue2478 Scenario: SSL error with ssl-strict = ask -> no When I clear SSL errors And I set network -> ssl-strict to ask @@ -197,6 +199,7 @@ Feature: Prompts And I run :prompt-accept no Then a SSL error page should be shown + @issue2478 Scenario: SSL error with ssl-strict = ask -> abort When I clear SSL errors And I set network -> ssl-strict to ask