skip FolderWatcher on windows: really not a reliable test

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-05-15 14:18:05 +02:00
parent e2ed718030
commit a3083f8be4

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)