From e1928ad99150725c1b4e64cab4de70256425a501 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 15 Nov 2016 20:17:51 +0100 Subject: [PATCH] Mark javascript BDD test as flaky For some reason it sometimes fails with an error message coming out of nowhere... --- tests/end2end/features/javascript.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/javascript.feature b/tests/end2end/features/javascript.feature index c4662006b..338101f73 100644 --- a/tests/end2end/features/javascript.feature +++ b/tests/end2end/features/javascript.feature @@ -40,7 +40,7 @@ Feature: Javascript stuff And I run :click-element id close-twice Then "Requested to close * which does not exist!" should be logged - @qtwebkit_skip + @qtwebkit_skip @flaky Scenario: Closing a JS window twice (issue 906) - qtwebengine When I open about:blank And I run :tab-only