From 9b1190fd68ffd8012fcb2ba87d403c75b99ebdce Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 4 Jun 2020 12:36:54 +0200 Subject: [PATCH] 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 --- tests/auto/other/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)