summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2020-01-13 15:32:42 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2020-01-14 13:16:57 +0000
commitba96b0cbd9aa56b7748679c4f2411e159666097c (patch)
tree6c4f486eaea4983b8691b865bf4bf10da22dffe4 /tests/auto
parentee5d7facc14a4d91475ac5e95dba5f346ee3f880 (diff)
Disable qaccessibilitylinux test
The qaccessibilitylinux does not work properly and is also disabled in qmake. Change-Id: I8d047c86c792751f28f296b00421babeb42db778 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/other/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/CMakeLists.txt b/tests/auto/other/CMakeLists.txt
index 75ff54f23c..e1d3c0e839 100644
--- a/tests/auto/other/CMakeLists.txt
+++ b/tests/auto/other/CMakeLists.txt
@@ -30,7 +30,7 @@ if(QT_FEATURE_accessibility AND TARGET Qt::Gui AND TARGET Qt::Widgets AND NOT WI
add_subdirectory(qaccessibility)
endif()
if(QT_FEATURE_accessibility_atspi_bridge AND TARGET Qt::Gui AND TARGET Qt::Widgets)
- add_subdirectory(qaccessibilitylinux)
+ #add_subdirectory(qaccessibilitylinux) # special case # This test is broken
endif()
if(TARGET Qt::Network AND NOT WINRT)
add_subdirectory(networkselftest)