From 1303dcce8f326a88bcb4e9961423cc05630eec53 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 18 Apr 2025 23:19:04 +0200 Subject: [PATCH] Disable appium tests Their flakiness makes the CI miserable to use. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4db9dd050..ffa322b9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -180,7 +180,7 @@ add_subdirectory(src) if (BUILD_TESTING) find_package(Qt6 ${QT_MIN_VERSION} NO_MODULE COMPONENTS Test) add_subdirectory(autotests) - add_subdirectory(appiumtests) + # add_subdirectory(appiumtests) if (NOT ANDROID) add_subdirectory(memorytests) endif()