Closed bendrucker closed 2 years ago
Seems like KeychainPasswordFunc may not working, resulting in the timeout. Locally, go test -count 1 -v ./... opens a password window which accepts an empty value. IIRC the purpose for KeychainPasswordFunc was to prevent this interaction in tests.
KeychainPasswordFunc
go test -count 1 -v ./...
Seems like
KeychainPasswordFunc
may not working, resulting in the timeout. Locally,go test -count 1 -v ./...
opens a password window which accepts an empty value. IIRC the purpose forKeychainPasswordFunc
was to prevent this interaction in tests.