We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223d9dd commit 9bd34d2Copy full SHA for 9bd34d2
test/CMakeLists.txt
@@ -15,9 +15,9 @@ owncloud_add_test(ConnectionValidator)
15
16
17
# 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()
+#if (NOT APPLE OR NOT DEFINED ENV{GITHUB_ACTION})
+# owncloud_add_test(CredentialManager)
+#endif()
21
22
owncloud_add_test(ExcludedFiles)
23
0 commit comments