Remove insignification from QDoubleSpinBox test on Ubuntu 11.10.
This test has not failed during the last 400 CI builds. Task-number: QTBUG-23641 Change-Id: Ibcb840679e023db41456e41eedcfcc38ecedbaac Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>bb10
parent
90292529b9
commit
2b130d0cf6
|
|
@ -2,5 +2,3 @@ CONFIG += testcase
|
|||
TARGET = tst_qdoublespinbox
|
||||
QT += widgets testlib
|
||||
SOURCES += tst_qdoublespinbox.cpp
|
||||
|
||||
linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG += insignificant_test # QTBUG-23641
|
||||
|
|
|
|||
Loading…
Reference in New Issue