From e9f71c33af9c24f174322c4e73278bee2959675e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Oct 2017 02:07:31 +1300 Subject: Remove RELEASE_TESTING check from author tests --- xt/manifest.t | 4 ---- xt/pod-coverage.t | 4 ---- xt/pod.t | 4 ---- 3 files changed, 12 deletions(-) diff --git a/xt/manifest.t b/xt/manifest.t index e0b558e..9df8859 100644 --- a/xt/manifest.t +++ b/xt/manifest.t @@ -4,10 +4,6 @@ use strict; use warnings; use Test::More; -unless ( $ENV{RELEASE_TESTING} ) { - plan( skip_all => "Author tests not required for installation" ); -} - my $min_tcm = 0.9; eval "use Test::CheckManifest $min_tcm"; plan skip_all => "Test::CheckManifest $min_tcm required" if $@; diff --git a/xt/pod-coverage.t b/xt/pod-coverage.t index f5728a5..1b874ca 100644 --- a/xt/pod-coverage.t +++ b/xt/pod-coverage.t @@ -4,10 +4,6 @@ use strict; use warnings; use Test::More; -unless ( $ENV{RELEASE_TESTING} ) { - plan( skip_all => "Author tests not required for installation" ); -} - # Ensure a recent version of Test::Pod::Coverage my $min_tpc = 1.08; eval "use Test::Pod::Coverage $min_tpc"; diff --git a/xt/pod.t b/xt/pod.t index 4d3a0ce..cf2dce4 100644 --- a/xt/pod.t +++ b/xt/pod.t @@ -4,10 +4,6 @@ use strict; use warnings; use Test::More; -unless ( $ENV{RELEASE_TESTING} ) { - plan( skip_all => "Author tests not required for installation" ); -} - # Ensure a recent version of Test::Pod my $min_tp = 1.22; eval "use Test::Pod $min_tp"; -- cgit v1.2.3