Skip to content

Commit

Permalink
Skip t/bigmem.t if TRAVIS_BUILD_ID is set
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Sep 27, 2015
1 parent d2e1272 commit 8b06674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/bigmem.t
Expand Up @@ -9,7 +9,7 @@
use Test::More;

BEGIN {
if ($ENV{AUTOMATED_TESTING}) {
if ($ENV{AUTOMATED_TESTING} or $ENV{TRAVIS_BUILD_ID}) {
plan skip_all => 'bigmem tests skipped to avoid OOM fails';
} else {
plan tests => 1;
Expand Down

0 comments on commit 8b06674

Please sign in to comment.