Mark linux accessibility test as insignificant.

The test was not run so far and chances are that it would block
the CI completely.
So disable it for now, enable it again as soon as breakages have been fixed.

Change-Id: I452c02027b37a604eefbadb253c9a4d5041ef159
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
Frederik Gladhorn 2012-10-16 14:34:14 +02:00 committed by The Qt Project
parent af13c79b30
commit 5fb7d6240b

View File

@ -1,4 +1,9 @@
CONFIG += testcase
# This is temporary to start running the test as part of normal CI.
CONFIG += insignificant_test
TARGET = tst_qaccessibilitylinux
SOURCES += tst_qaccessibilitylinux.cpp \
../../../../src/platformsupport/linuxaccessibility/dbusconnection.cpp \