Skip to content

Commit

Permalink
Skip t/bigmem.t tests
Browse files Browse the repository at this point in the history
Since perl is subject to out-of-memory failures, and since
a number of automated smokers do not set AUTOMATED_TESTING
there is no good way to conditionalize the test and the
large number of FAIL reports makes it difficult to determine
how the CPAN developers releases are doing.
  • Loading branch information
devel-chm committed Oct 3, 2015
1 parent 8c32cbb commit 125468d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/bigmem.t
Expand Up @@ -12,7 +12,8 @@ BEGIN {
if ($ENV{AUTOMATED_TESTING} or $ENV{CI_TESTING}) {
plan skip_all => 'bigmem tests skipped to avoid OOM fails';
} else {
plan tests => 2;
plan skip_all => 'bigmem tests skipped to avoid OOM fails';
# plan tests => 2;
}
}

Expand Down

0 comments on commit 125468d

Please sign in to comment.