Description: Ignore errors accessing remote hosts
 This bug can be probably ignored since its checking certificates of
 hosts three years in future which are possibly invalid at the time of
 checking but will most probably valid once the real time has reached
 that date.
 .
 This issue was initially reported as #1078626, and the patch was later
 modified to address #1098343.
Bug-Debian: https://bugs.debian.org/1078626
Author: Andreas Tille <tille@debian.org>
Reviewed-By: Étienne Mollier <emollier@debian.org>
Last-Update: 2025-04-09
Forwarded: not-needed

--- libbio-procedural-perl.orig/t/Perl.t
+++ libbio-procedural-perl/t/Perl.t
@@ -63,6 +63,7 @@
 
 SKIP: {
     test_skip(-tests => 12, -requires_networking => 1, -requires_module => 'LWP::UserAgent');
+    skip "disabled to avoid network access in every cases", 12;
 
     # swissprot
     SKIP: {
