Mark QAbstractTextDocumentLayout test as insignificant

This test fails on some setups and a pending critical change
causes the existing bug to trigger in CI. To avoid blocking
other changes because of this bug, it's been marked as
insignificant until such a time when it can be fixed.

Change-Id: Ide41f7b1c76209f9c05f95f996b2364d5dea5e67
Reviewed-by: Liang Qi <liang.qi@digia.com>
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2012-12-13 10:07:48 +01:00 committed by The Qt Project
parent 6b5b5d4e53
commit 02032fb229

View File

@ -7,6 +7,6 @@ CONFIG += parallel_test
TARGET = tst_qabstracttextdocumentlayout
QT += testlib
SOURCES += tst_qabstracttextdocumentlayout.cpp
linux: CONFIG += insignificant_test
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0