diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7f86c6bf0..5e2fd889b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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)