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:
parent
af13c79b30
commit
5fb7d6240b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user