From ef9d22887ca179263c2ddf97e3c6a689b5ee5a64 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Mon, 26 Feb 2024 22:06:11 +0900 Subject: [PATCH] tests: disable gpg unknown_key() test on Windows as well Follows up 7552f939c6c2 "tests: disable most gpg integration tests on Windows." I couldn't find this test failing in a few samples before, but it does now. --- lib/tests/test_gpg.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tests/test_gpg.rs b/lib/tests/test_gpg.rs index c73b2202f..1dd0e5b10 100644 --- a/lib/tests/test_gpg.rs +++ b/lib/tests/test_gpg.rs @@ -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!();