summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-06-04 12:36:54 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-06-04 23:20:55 +0200
commit9b1190fd68ffd8012fcb2ba87d403c75b99ebdce (patch)
tree4b1493122b2f83cc80396b977500e8f4052929f9 /tests/auto/other
parentf52a48d96305664d1248c5d59884d1cdc3dd3d22 (diff)
CMake: disable macnativeevents tests
It's disabled in qmake too, due to being almost all blacklisted and flaky. Plus locally when i tested, i had to give accessibility permissions manually, otherwise it failed. Change-Id: I55ce7a81c46ac28f41c43f5c159fecc22d489966 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'tests/auto/other')
-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 88a29b479b..5940048480 100644
--- a/tests/auto/other/CMakeLists.txt
+++ b/tests/auto/other/CMakeLists.txt
@@ -36,7 +36,7 @@ if(TARGET Qt::Network AND NOT WINRT)
add_subdirectory(networkselftest)
endif()
if(MACOS AND TARGET Qt::Gui)
- add_subdirectory(macnativeevents)
+ # add_subdirectory(macnativeevents) # special case it's disabled in qmake too
endif()
if(embedded)
add_subdirectory(qdirectpainter)