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
This commit is contained in:
parent
4db599dcf8
commit
8abeceaffd
@ -37,6 +37,9 @@ void DialogStateTest::cleanupTestCase()
|
|||||||
|
|
||||||
void DialogStateTest::windowState()
|
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) {
|
for (int i = 0; i <= 100; ++i) {
|
||||||
m_dialog->show();
|
m_dialog->show();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user