skip FolderWatcher on windows: really not a reliable test

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
pull/6705/head
Matthieu Gallien 2024-05-15 14:18:05 +02:00
parent e2ed718030
commit a3083f8be4
1 changed files with 5 additions and 1 deletions

View 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)