We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82017b commit 32b0177Copy full SHA for 32b0177
1 file changed
src/credential_store.rs
@@ -348,7 +348,9 @@ mod tests {
348
assert_eq!(dec1, plaintext);
349
}
350
351
+ // This touches the host keyring backend, so keep it opt-in for CI portability.
352
#[test]
353
+ #[ignore]
354
fn default_keyring_backend_is_not_mock() {
355
let entry = Entry::new("gws-cli-test", "gws-cli-test")
356
.expect("keyring entry construction should succeed");
0 commit comments