skip FolderWatcher on windows: really not a reliable test
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 15 May 2024 12:18:05 +0000 (14:18 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 15 May 2024 13:06:11 +0000 (15:06 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
test/CMakeLists.txt

index 7f86c6bf074a7a023f336b55c9b5c08f0a074de2..5e2fd889b742c378fccb1615fddc52572328eb94 100644 (file)
@@ -59,7 +59,11 @@ nextcloud_add_test(Permissions)
 nextcloud_add_test(SelectiveSync)
 nextcloud_add_test(DatabaseError)
 nextcloud_add_test(LockedFiles)
-nextcloud_add_test(FolderWatcher)
+
+if (NOT WIN32)
+    nextcloud_add_test(FolderWatcher)
+endif()
+
 nextcloud_add_test(Capabilities)
 nextcloud_add_test(PushNotifications)
 nextcloud_add_test(Theme)