From e38df261cb38d389598a26b6f6c61476ddfa52d8 Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Tue, 13 Feb 2018 13:00:44 -0500 Subject: [PATCH] skip this test for qt>=5.10 until the log problem gets resolved --- tests/end2end/features/keyinput.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/end2end/features/keyinput.feature b/tests/end2end/features/keyinput.feature index 08d368a71..29e9f94fa 100644 --- a/tests/end2end/features/keyinput.feature +++ b/tests/end2end/features/keyinput.feature @@ -178,6 +178,8 @@ Feature: Keyboard input And "Leaving mode KeyMode.passthrough (reason: tab changed)" should not be logged And "Entering mode KeyMode.insert (reason: restore)" should be logged + # we skip this for now because the logs are still present from the previous test with qt>=5.10 + @qt<5.10 Scenario: tabs.mode_on_change_persist Given I clean up open tabs And I set tabs.mode_on_change to persist