fdfec806f9
Allow new failures in this test to block CI. Change-Id: I1c7e797740be2f77f82d00943f6f2018b686481f Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
11 lines
287 B
Prolog
11 lines
287 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qgraphicswidget
|
|
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qgraphicswidget.cpp
|
|
|
|
# QTBUG-23616 - unstable test
|
|
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test
|