From: Bennet Bleßmann Date: Fri, 1 Aug 2025 18:06:07 +0000 (+0200) Subject: ignore test making network requests X-Git-Tag: v0.10.0~29^2~2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=1114700ce6adab40194074e5dadab009084a349c;p=scryer-prolog.git ignore test making network requests --- 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",