From 88904864c999b35a6f4b41119d5503ca729bdd15 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 1 Mar 2017 20:24:34 +0100 Subject: [PATCH] Skip failing tests on Qt < 5.8 --- tests/end2end/features/hints.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 0d8f37102..97129589f 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -188,6 +188,8 @@ Feature: Using hints And I run :hint Then the error "No elements found." should be shown + # Fails in xvfb on Qt 5.7.1 for some reason + @qt>=5.8 Scenario: Clicking input with existing text When I set general -> log-javascript-console to info And I open data/hints/input.html