зеркало из https://github.com/nextcloud/desktop.git
skip tests currently broken on macOS: enable mandatory tests for macOS
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Родитель
36c2c618ec
Коммит
3626e4c0c0
|
@ -38,10 +38,17 @@ nextcloud_add_test(ChecksumValidator)
|
|||
|
||||
nextcloud_add_test(ClientSideEncryption)
|
||||
nextcloud_add_test(ClientSideEncryptionV2)
|
||||
nextcloud_add_test(ExcludedFiles)
|
||||
|
||||
if (NOT APPLE)
|
||||
nextcloud_add_test(ExcludedFiles)
|
||||
endif()
|
||||
|
||||
nextcloud_add_test(Utility)
|
||||
nextcloud_add_test(SyncEngine)
|
||||
|
||||
if (NOT APPLE)
|
||||
nextcloud_add_test(SyncEngine)
|
||||
endif()
|
||||
|
||||
nextcloud_add_test(SyncVirtualFiles)
|
||||
nextcloud_add_test(SyncMove)
|
||||
nextcloud_add_test(SyncDelete)
|
||||
|
@ -55,7 +62,11 @@ nextcloud_add_test(AllFilesDeleted)
|
|||
nextcloud_add_test(Blacklist)
|
||||
nextcloud_add_test(LocalDiscovery)
|
||||
nextcloud_add_test(RemoteDiscovery)
|
||||
nextcloud_add_test(Permissions)
|
||||
|
||||
if (NOT APPLE)
|
||||
nextcloud_add_test(Permissions)
|
||||
endif()
|
||||
|
||||
nextcloud_add_test(SelectiveSync)
|
||||
nextcloud_add_test(DatabaseError)
|
||||
nextcloud_add_test(LockedFiles)
|
||||
|
|
Загрузка…
Ссылка в новой задаче