Mark linux accessibility test as insignificant.
authorFrederik Gladhorn <frederik.gladhorn@digia.com>
Tue, 16 Oct 2012 12:34:14 +0000 (14:34 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 16 Oct 2012 13:29:15 +0000 (15:29 +0200)
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>
tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro

index c63bf6e..be6b537 100644 (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 \