ignore added test on i686-unknown-linux-gnu

appears to have been broken even before d50d425099
so has a different cause that needs to be investigated
This commit is contained in:
Skgland
2026-06-03 22:05:07 +02:00
parent 068959bd07
commit d1e8ea4dd5

View File

@@ -176,6 +176,15 @@ fn http_open_hanging() {
#[test] #[test]
#[cfg_attr(miri, ignore = "it takes too long to run")] #[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() { fn discussion3359() {
load_module_test("tests-pl/discussion3359.pl", ""); load_module_test("tests-pl/discussion3359.pl", "");
} }