Disable appium tests

Their flakiness makes the CI miserable to use.
This commit is contained in:
Tobias Fella
2025-04-18 23:19:04 +02:00
parent b6791485c4
commit 1303dcce8f

View File

@@ -180,7 +180,7 @@ add_subdirectory(src)
if (BUILD_TESTING) if (BUILD_TESTING)
find_package(Qt6 ${QT_MIN_VERSION} NO_MODULE COMPONENTS Test) find_package(Qt6 ${QT_MIN_VERSION} NO_MODULE COMPONENTS Test)
add_subdirectory(autotests) add_subdirectory(autotests)
add_subdirectory(appiumtests) # add_subdirectory(appiumtests)
if (NOT ANDROID) if (NOT ANDROID)
add_subdirectory(memorytests) add_subdirectory(memorytests)
endif() endif()