Skip to content

Commit 9bd34d2

Browse files
committed
ci: disable CredentialManagerTest
1 parent 223d9dd commit 9bd34d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ owncloud_add_test(ConnectionValidator)
1515

1616

1717
# TODO: we need keychain access for this test
18-
if (NOT APPLE OR NOT DEFINED ENV{GITHUB_ACTION})
19-
owncloud_add_test(CredentialManager)
20-
endif()
18+
#if (NOT APPLE OR NOT DEFINED ENV{GITHUB_ACTION})
19+
# owncloud_add_test(CredentialManager)
20+
#endif()
2121

2222
owncloud_add_test(ExcludedFiles)
2323

0 commit comments

Comments
 (0)