Skip to content

Commit

Permalink
skip tests currently broken on macOS: enable mandatory tests for macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed May 15, 2024
1 parent 42ed8b4 commit 01768ea
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 01768ea

Please sign in to comment.