From 922c96767923310eb19e81ae9b42d4d19f9ce151 Mon Sep 17 00:00:00 2001
From: Shawn Rutledge <shawn.rutledge@digia.com>
Date: Thu, 4 Apr 2013 15:02:58 +0200
Subject: [PATCH] Mark tst_dialogs insignificant to stop geting CI failures

Task-number: QTBUG-30513
Change-Id: I625ff99e2e2e31b58fd219cf9736f262098d2664
Reviewed-by: David Faure (KDE) <faure@kde.org>
---
 tests/auto/quick/dialogs/dialogs.pro | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/auto/quick/dialogs/dialogs.pro b/tests/auto/quick/dialogs/dialogs.pro
index d28c623a1f..024b15a758 100644
--- a/tests/auto/quick/dialogs/dialogs.pro
+++ b/tests/auto/quick/dialogs/dialogs.pro
@@ -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
-- 
GitLab