From 1114700ce6adab40194074e5dadab009084a349c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bennet=20Ble=C3=9Fmann?= Date: Fri, 1 Aug 2025 20:06:07 +0200 Subject: [PATCH] ignore test making network requests --- tests/scryer/issues.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scryer/issues.rs b/tests/scryer/issues.rs index de5db915..34768866 100644 --- a/tests/scryer/issues.rs +++ b/tests/scryer/issues.rs @@ -56,6 +56,7 @@ fn issue2725_dcg_without_module() { #[cfg(feature = "http")] #[cfg(not(target_arch = "wasm32"))] #[cfg_attr(miri, ignore = "it takes too long to run")] +#[cfg_attr(not(miri), ignore = "flaky due to network requests")] fn http_open_hanging() { load_module_test_with_tokio_runtime( "tests-pl/issue-http_open-hanging.pl", -- 2.54.0