Skip to content

Commit 32b0177

Browse files
committed
test(auth): make keyring backend check opt-in
1 parent d82017b commit 32b0177

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/credential_store.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,9 @@ mod tests {
348348
assert_eq!(dec1, plaintext);
349349
}
350350

351+
// This touches the host keyring backend, so keep it opt-in for CI portability.
351352
#[test]
353+
#[ignore]
352354
fn default_keyring_backend_is_not_mock() {
353355
let entry = Entry::new("gws-cli-test", "gws-cli-test")
354356
.expect("keyring entry construction should succeed");

0 commit comments

Comments
 (0)