]> Repositorios git - scryer-prolog.git/commitdiff
ignore test making network requests
authorBennet Bleßmann <[email protected]>
Fri, 1 Aug 2025 18:06:07 +0000 (20:06 +0200)
committerBennet Bleßmann <[email protected]>
Fri, 1 Aug 2025 18:06:07 +0000 (20:06 +0200)
tests/scryer/issues.rs

index de5db9155f7ff1695a0475e98334af1298669d5e..34768866bc15246da0ae4dc0f3ca033ba3bfe4db 100644 (file)
@@ -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",