Skip to content

Commit

Permalink
CI: Skip the credentials test on github with macos
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Aug 4, 2021
1 parent beeb50d commit 1a153ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ owncloud_add_test(ConcatUrl)
owncloud_add_test(Cookies)
owncloud_add_test(XmlParse)
owncloud_add_test(ChecksumValidator)
owncloud_add_test(CredentialManager)


# TODO: we need keychain access for this test
if (NOT APPLE OR NOT DEFINED ENV{GITHUB_ACTION})
owncloud_add_test(CredentialManager)
endif()

owncloud_add_test(ExcludedFiles)

Expand Down

0 comments on commit 1a153ca

Please sign in to comment.