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 <kalle.ju.lehtonen@nokia.com>
This commit is contained in:
parent
b9a498bf51
commit
4c655bef5e
@ -2,3 +2,4 @@ CONFIG += testcase
|
|||||||
TARGET = tst_qdialog
|
TARGET = tst_qdialog
|
||||||
QT += widgets testlib
|
QT += widgets testlib
|
||||||
SOURCES += tst_qdialog.cpp
|
SOURCES += tst_qdialog.cpp
|
||||||
|
mac:CONFIG += insignificant_test # QTBUG-24977
|
||||||
|
Loading…
Reference in New Issue
Block a user