diff --git a/lib/tests/test_gpg.rs b/lib/tests/test_gpg.rs index 398184c52d8..b2039515e4b 100644 --- a/lib/tests/test_gpg.rs +++ b/lib/tests/test_gpg.rs @@ -95,6 +95,7 @@ fn backend(env: &GpgEnvironment) -> GpgBackend { } #[test] +#[cfg_attr(windows, ignore = "stuck randomly on Windows CI")] // FIXME fn gpg_signing_roundtrip() { gpg_guard!(); @@ -121,6 +122,7 @@ fn gpg_signing_roundtrip() { } #[test] +#[cfg_attr(windows, ignore = "stuck randomly on Windows CI")] // FIXME fn gpg_signing_roundtrip_explicit_key() { gpg_guard!(); @@ -187,6 +189,7 @@ fn unknown_key() { } #[test] +#[cfg_attr(windows, ignore = "stuck randomly on Windows CI")] // FIXME fn invalid_signature() { gpg_guard!();