Mark tst_dialogs insignificant to stop geting CI failures
authorShawn Rutledge <shawn.rutledge@digia.com>
Thu, 4 Apr 2013 13:02:58 +0000 (15:02 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 4 Apr 2013 13:17:01 +0000 (15:17 +0200)
Task-number: QTBUG-30513
Change-Id: I625ff99e2e2e31b58fd219cf9736f262098d2664
Reviewed-by: David Faure (KDE) <faure@kde.org>
tests/auto/quick/dialogs/dialogs.pro

index d28c623..024b15a 100644 (file)
@@ -5,6 +5,8 @@ SOURCES += tst_dialogs.cpp
 include (../../shared/util.pri)
 
 macx:CONFIG -= app_bundle
+macx:CONFIG+=insignificant_test    # QTBUG-30513 - test is unstable
+linux-*:CONFIG+=insignificant_test    # QTBUG-30513 - test is unstable
 
 CONFIG += parallel_test
 QT += core-private gui-private qml-private quick-private v8-private testlib