Skip to content

Commit 94f9b06

Browse files
committed
Skip static tests if not static perl and not author - many false negatives
1 parent 8422441 commit 94f9b06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/03-xsstatic.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ use MakeMaker::Test::Utils;
1111
use MakeMaker::Test::Setup::XS;
1212
use Test::More;
1313

14+
plan skip_all => "Disabled as broken perl installs give false negative"
15+
# if not static perl, and not author
16+
if $Config{usedl} eq 'define' and !$ENV{AUTHOR_TESTING};
1417
plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
1518
unless have_compiler();
1619
plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'true';

0 commit comments

Comments
 (0)