summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/get-cryptssleay.t3
-rw-r--r--t/post-cryptssleay.t3
2 files changed, 6 insertions, 0 deletions
diff --git a/t/get-cryptssleay.t b/t/get-cryptssleay.t
index 53f1cdb..fa2ef21 100644
--- a/t/get-cryptssleay.t
+++ b/t/get-cryptssleay.t
@@ -5,6 +5,9 @@ use warnings;
use Test::More;
BEGIN {
+
+ plan skip_all => "LWP tests disabled to avoid excessive dependencies";
+
plan( tests=>4 );
$Net::HTTPS::Any::skip_NetSSLeay=1;
$Net::HTTPS::Any::skip_NetSSLeay=1;
diff --git a/t/post-cryptssleay.t b/t/post-cryptssleay.t
index 168f1ea..7f99b0a 100644
--- a/t/post-cryptssleay.t
+++ b/t/post-cryptssleay.t
@@ -5,6 +5,9 @@ use warnings;
use Test::More;
BEGIN {
+
+ plan skip_all => "LWP tests disabled to avoid excessive dependencies";
+
plan( tests=>4 );
$Net::HTTPS::Any::skip_NetSSLeay=1;
$Net::HTTPS::Any::skip_NetSSLeay=1;