summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2012-10-16 14:34:14 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-16 15:29:15 +0200
commit5fb7d6240b659d2ea176c1791c5f6e251a165061 (patch)
treeb04a66b041cb296b9db12d863837ef493a1c7b4b /tests
parentaf13c79b30c1c8d5a5de6fd0e942c57b53fab9b4 (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro b/tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro
index c63bf6e460..be6b537c0c 100644
--- a/tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro
+++ b/tests/auto/other/qaccessibilitylinux/qaccessibilitylinux.pro
@@ -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 \