summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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)