From d1e8ea4dd5bc345aca6f2e010b32f546df0a3a92 Mon Sep 17 00:00:00 2001 From: Skgland Date: Wed, 3 Jun 2026 22:05:07 +0200 Subject: [PATCH] ignore added test on i686-unknown-linux-gnu appears to have been broken even before d50d42509903dc3cc1841eb757a703753de84754 so has a different cause that needs to be investigated --- tests/scryer/issues.rs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/scryer/issues.rs b/tests/scryer/issues.rs index 71b256f0..52a2b4fc 100644 --- a/tests/scryer/issues.rs +++ b/tests/scryer/issues.rs @@ -176,6 +176,15 @@ fn http_open_hanging() { #[test] #[cfg_attr(miri, ignore = "it takes too long to run")] +#[cfg_attr( + all( + target_arch = "x86", + target_os = "linux", + target_vendor = "unknown", + target_env = "gnu" + ), + ignore = "FIXME was already broken before d50d42509903dc3cc1841eb757a703753de84754" +)] fn discussion3359() { load_module_test("tests-pl/discussion3359.pl", ""); } -- 2.54.0