feat(BRIDGE-281): disable keychain test on macOS.

(cherry picked from commit 3f78f4d672)
This commit is contained in:
Xavier Michelon
2024-11-29 09:14:29 +01:00
parent a8caec560e
commit 7cf3b6fb7b
9 changed files with 25 additions and 127 deletions

View File

@ -31,7 +31,7 @@ const (
SecretServiceDBus = "secret-service-dbus"
)
func listHelpers(_ bool) (Helpers, string) {
func listHelpers() (Helpers, string) {
helpers := make(Helpers)
if isUsable(newDBusHelper("")) {