Skip to content

Commit

Permalink
Skip lean_startup.t entirely on cperl for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed May 26, 2016
1 parent 95b7646 commit c9f4555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xt/extra/lean_startup.t
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ BEGIN {
plan skip_all => 'Dependency load patterns are radically different before perl 5.10'
if "$]" < 5.010;

plan skip_all => 'Dependency load patterns may be different on cperl - skip for now'
if $^V =~ /\d+c$/;

# these envvars *will* bring in more stuff than the baseline
delete @ENV{qw(
DBIC_TRACE
Expand Down

0 comments on commit c9f4555

Please sign in to comment.