From 8abeceaffd0c93028810ea12131b7fa8bcd13b12 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 7 Aug 2016 13:23:43 +0200 Subject: [PATCH] Skip autotest that is broken with Qt 5.5 Eike Hein said this was fixed by David Rosca in Qt >= 5.6.1. CCMAIL: plasma-devel@kde.org --- autotests/dialogstatetest.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autotests/dialogstatetest.cpp b/autotests/dialogstatetest.cpp index f8ac9bc9b..333f74fa4 100644 --- a/autotests/dialogstatetest.cpp +++ b/autotests/dialogstatetest.cpp @@ -37,6 +37,9 @@ void DialogStateTest::cleanupTestCase() void DialogStateTest::windowState() { +#if QT_VERSION < QT_VERSION_CHECK(5, 6, 0) + QSKIP("This test is broken with Qt 5.5"); +#endif for (int i = 0; i <= 100; ++i) { m_dialog->show();