forked from mirrors/jj
tests: disable gpg unknown_key() test on Windows as well
Follows up 7552f939c6
"tests: disable most gpg integration tests on Windows."
I couldn't find this test failing in a few samples before, but it does now.
This commit is contained in:
parent
1b137dbd8a
commit
ef9d22887c
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ fn gpg_signing_roundtrip_explicit_key() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(windows, ignore = "stuck randomly on Windows CI #3140")] // FIXME
|
||||
fn unknown_key() {
|
||||
gpg_guard!();
|
||||
|
||||
|
|
Loading…
Reference in a new issue