From 4c655bef5e21814e7a848feb7d8702258f9cf9dd Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 27 Mar 2012 09:34:48 +1000 Subject: Mark tst_qdialog as insignificant on mac. This autotest gives different results on consecutive runs, and is therefore insignificant for the purpose of detecting regressions. Task-number: QTBUG-24977 Change-Id: I5c4dfd663ce5df6b60ae47a29d332c06e3c0585f Reviewed-by: Kalle Lehtonen --- tests/auto/widgets/dialogs/qdialog/qdialog.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/widgets/dialogs/qdialog/qdialog.pro b/tests/auto/widgets/dialogs/qdialog/qdialog.pro index 2c4d10dd0b..779c10ed66 100644 --- a/tests/auto/widgets/dialogs/qdialog/qdialog.pro +++ b/tests/auto/widgets/dialogs/qdialog/qdialog.pro @@ -2,3 +2,4 @@ CONFIG += testcase TARGET = tst_qdialog QT += widgets testlib SOURCES += tst_qdialog.cpp +mac:CONFIG += insignificant_test # QTBUG-24977 -- cgit v1.2.3