mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
skip FolderWatcher on windows: really not a reliable test
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
e2ed718030
commit
a3083f8be4
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user